Html Css Color HEX #C470F9 Heliotrope

📋 copy color: '#C470F9'

red 196 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #C470F9

Tints of Heliotrope #C470F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 35.19%
G = 20.11%
B = 44.7%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C470F9 (or 0xC470F9) is known color: Heliotrope. HEX triplet: C4, 70 and F9. RGB value is (196,112,249). Sum of RGB (Red+Green+Blue) = 196+112+249=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #C470F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470F9 is #3B8F06. Grayscale: #989898. Windows color (decimal): -3903239 or 16347332. OLE color: 16347332.

HSL color Cylindrical-coordinate representation of color #C470F9: hue angle of 276.79º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C470F9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 112 249 -
CMYK 0.21 0.55 0 0.02
HSL 276.79º 0.92% 0.71% -
HSV(B) 276.79º 0.55% 0.98% -
XYZ 45.66 30.16 93.04 -
YUV 152.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 196 112 249 0.21 0.55 0 0.02 276.79 0.92 0.71
Hex C4 70 F9 15 37 0 2 115 5C 47
Octal 304 160 371 25 67 0 2 425 134 107
Binary 11000100 1110000 11111001 10101 110111 0 10 100010101 1011100 1000111

Color Harmonies of #C470F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470F9

Black with #C470F9

Text Example


Text Example

White with #C470F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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