Html Css Color HEX #C470FA Heliotrope

📋 copy color: '#C470FA'

red 196 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C470FA

Tints of Heliotrope #C470FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 35.13%
G = 20.07%
B = 44.8%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C470FA (or 0xC470FA) is known color: Heliotrope. HEX triplet: C4, 70 and FA. RGB value is (196,112,250). Sum of RGB (Red+Green+Blue) = 196+112+250=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C470FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FA is #3B8F05. Grayscale: #989898. Windows color (decimal): -3903238 or 16412868. OLE color: 16412868.

HSL color Cylindrical-coordinate representation of color #C470FA: hue angle of 276.52º degrees, saturation: 0.93, 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 #C470FA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 112 250 -
CMYK 0.22 0.55 0 0.02
HSL 276.52º 0.93% 0.71% -
HSV(B) 276.52º 0.55% 0.98% -
XYZ 45.81 30.23 93.86 -
YUV 152.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 196 112 250 0.22 0.55 0 0.02 276.52 0.93 0.71
Hex C4 70 FA 16 37 0 2 115 5D 47
Octal 304 160 372 26 67 0 2 425 135 107
Binary 11000100 1110000 11111010 10110 110111 0 10 100010101 1011101 1000111

Color Harmonies of #C470FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470FA

Black with #C470FA

Text Example


Text Example

White with #C470FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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