Html Css Color HEX #C470E8 Heliotrope

📋 copy color: '#C470E8'

red 196 ◦ green 112 ◦ blue 232

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

Shades of Heliotrope #C470E8

Tints of Heliotrope #C470E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 36.3%
G = 20.74%
B = 42.96%

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

#C470E8 (or 0xC470E8) is known color: Heliotrope. HEX triplet: C4, 70 and E8. RGB value is (196,112,232). Sum of RGB (Red+Green+Blue) = 196+112+232=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #C470E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470E8 is #3B8F17. Grayscale: #969696. Windows color (decimal): -3903256 or 15233220. OLE color: 15233220.

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

Color convert

RGB 196 112 232 -
CMYK 0.16 0.52 0 0.09
HSL 282º 0.72% 0.67% -
HSV(B) 282º 0.52% 0.91% -
XYZ 43.12 29.15 79.7 -
YUV 150.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 196 112 232 0.16 0.52 0 0.09 282 0.72 0.67
Hex C4 70 E8 10 34 0 9 11A 48 43
Octal 304 160 350 20 64 0 11 432 110 103
Binary 11000100 1110000 11101000 10000 110100 0 1001 100011010 1001000 1000011

Color Harmonies of #C470E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470E8

Black with #C470E8

Text Example


Text Example

White with #C470E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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