Html Css Color HEX #C575EA Heliotrope

📋 copy color: '#C575EA'

red 197 ◦ green 117 ◦ blue 234

#C575EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C575EA

Tints of Heliotrope #C575EA

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 117 (46.09% from 255) = 21.35%

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 35.95%
G = 21.35%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C575EA (or 0xC575EA) is known color: Heliotrope. HEX triplet: C5, 75 and EA. RGB value is (197,117,234). Sum of RGB (Red+Green+Blue) = 197+117+234=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #C575EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575EA is #3A8A15. Grayscale: #999999. Windows color (decimal): -3836438 or 15365573. OLE color: 15365573.

HSL color Cylindrical-coordinate representation of color #C575EA: hue angle of 281.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C575EA is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 117 234 -
CMYK 0.16 0.5 0 0.08
HSL 281.03º 0.74% 0.69% -
HSV(B) 281.03º 0.5% 0.92% -
XYZ 44.24 30.53 81.4 -
YUV 154.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 197 117 234 0.16 0.5 0 0.08 281.03 0.74 0.69
Hex C5 75 EA 10 32 0 8 119 4A 45
Octal 305 165 352 20 62 0 10 431 112 105
Binary 11000101 1110101 11101010 10000 110010 0 1000 100011001 1001010 1000101

Color Harmonies of #C575EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575EA

Black with #C575EA

Text Example


Text Example

White with #C575EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575EA; }

 p { color: rgb(197,117,234); }

 H1.HeaderClassName
 {
   color: #C575EA;
 }
 .AnyTagClassName
 {
   color: #C575EA;
 }
</style>

background-color css

<style>
 a { background-color: #C575EA; }

 a { background-color: rgb(197,117,234); }

 div.DivClassName
 {
   background-color: #C575EA;
 }
 .BgClassName
 {
   background-color: #C575EA;
 }
</style>

border-color css

<style>
 span { border-color: #C575EA; }

 span { border-color: rgb(197,117,234); }

 td.TdClassName
 {
   border-color: #C575EA;
 }
 .TagClassName
 {
   border-color: #C575EA;
 }
</style>