Html Css Color HEX #C470ED Heliotrope

📋 copy color: '#C470ED'

red 196 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C470ED

Tints of Heliotrope #C470ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 35.96%
G = 20.55%
B = 43.49%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C470ED (or 0xC470ED) is known color: Heliotrope. HEX triplet: C4, 70 and ED. RGB value is (196,112,237). Sum of RGB (Red+Green+Blue) = 196+112+237=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C470ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470ED is #3B8F12. Grayscale: #969696. Windows color (decimal): -3903251 or 15560900. OLE color: 15560900.

HSL color Cylindrical-coordinate representation of color #C470ED: hue angle of 280.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C470ED is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 112 237 -
CMYK 0.17 0.53 0 0.07
HSL 280.32º 0.78% 0.68% -
HSV(B) 280.32º 0.53% 0.93% -
XYZ 43.85 29.44 83.49 -
YUV 151.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 196 112 237 0.17 0.53 0 0.07 280.32 0.78 0.68
Hex C4 70 ED 11 35 0 7 118 4E 44
Octal 304 160 355 21 65 0 7 430 116 104
Binary 11000100 1110000 11101101 10001 110101 0 111 100011000 1001110 1000100

Color Harmonies of #C470ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470ED

Black with #C470ED

Text Example


Text Example

White with #C470ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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