Html Css Color HEX #C470FC Heliotrope

📋 copy color: '#C470FC'

red 196 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #C470FC

Tints of Heliotrope #C470FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C470FC (or 0xC470FC) is known color: Heliotrope. HEX triplet: C4, 70 and FC. RGB value is (196,112,252). Sum of RGB (Red+Green+Blue) = 196+112+252=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C470FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FC is #3B8F03. Grayscale: #989898. Windows color (decimal): -3903236 or 16543940. OLE color: 16543940.

HSL color Cylindrical-coordinate representation of color #C470FC: hue angle of 276º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C470FC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 112 252 -
CMYK 0.22 0.56 0 0.01
HSL 276º 0.96% 0.71% -
HSV(B) 276º 0.56% 0.99% -
XYZ 46.13 30.35 95.52 -
YUV 153.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 196 112 252 0.22 0.56 0 0.01 276 0.96 0.71
Hex C4 70 FC 16 38 0 1 114 60 47
Octal 304 160 374 26 70 0 1 424 140 107
Binary 11000100 1110000 11111100 10110 111000 0 1 100010100 1100000 1000111

Color Harmonies of #C470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470FC

Black with #C470FC

Text Example


Text Example

White with #C470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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