Html Css Color HEX #C470EF Heliotrope

📋 copy color: '#C470EF'

red 196 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #C470EF

Tints of Heliotrope #C470EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 35.83%
G = 20.48%
B = 43.69%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C470EF (or 0xC470EF) is known color: Heliotrope. HEX triplet: C4, 70 and EF. RGB value is (196,112,239). Sum of RGB (Red+Green+Blue) = 196+112+239=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #C470EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470EF is #3B8F10. Grayscale: #979797. Windows color (decimal): -3903249 or 15691972. OLE color: 15691972.

HSL color Cylindrical-coordinate representation of color #C470EF: hue angle of 279.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C470EF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 112 239 -
CMYK 0.18 0.53 0 0.06
HSL 279.69º 0.8% 0.69% -
HSV(B) 279.69º 0.53% 0.94% -
XYZ 44.14 29.56 85.04 -
YUV 151.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 196 112 239 0.18 0.53 0 0.06 279.69 0.8 0.69
Hex C4 70 EF 12 35 0 6 118 50 45
Octal 304 160 357 22 65 0 6 430 120 105
Binary 11000100 1110000 11101111 10010 110101 0 110 100011000 1010000 1000101

Color Harmonies of #C470EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470EF

Black with #C470EF

Text Example


Text Example

White with #C470EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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