Html Css Color HEX #C470E9 Heliotrope

📋 copy color: '#C470E9'

red 196 ◦ green 112 ◦ blue 233

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

Shades of Heliotrope #C470E9

Tints of Heliotrope #C470E9

RGB

 RED value IS 196 (76.95% from 255) = 36.23%

 GREEN value IS 112 (44.14% from 255) = 20.7%

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 36.23%
G = 20.7%
B = 43.07%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C470E9 (or 0xC470E9) is known color: Heliotrope. HEX triplet: C4, 70 and E9. RGB value is (196,112,233). Sum of RGB (Red+Green+Blue) = 196+112+233=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #C470E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470E9 is #3B8F16. Grayscale: #969696. Windows color (decimal): -3903255 or 15298756. OLE color: 15298756.

HSL color Cylindrical-coordinate representation of color #C470E9: hue angle of 281.65º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C470E9 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 112 233 -
CMYK 0.16 0.52 0 0.09
HSL 281.65º 0.73% 0.68% -
HSV(B) 281.65º 0.52% 0.91% -
XYZ 43.27 29.21 80.45 -
YUV 150.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 196 112 233 0.16 0.52 0 0.09 281.65 0.73 0.68
Hex C4 70 E9 10 34 0 9 11A 49 44
Octal 304 160 351 20 64 0 11 432 111 104
Binary 11000100 1110000 11101001 10000 110100 0 1001 100011010 1001001 1000100

Color Harmonies of #C470E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470E9

Black with #C470E9

Text Example


Text Example

White with #C470E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470E9; }

 p { color: rgb(196,112,233); }

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

background-color css

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

 a { background-color: rgb(196,112,233); }

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

border-color css

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

 span { border-color: rgb(196,112,233); }

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