Html Css Color HEX #C471FA Heliotrope

📋 copy color: '#C471FA'

red 196 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #C471FA

Tints of Heliotrope #C471FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

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

R = 35.06%
G = 20.21%
B = 44.72%

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

#C471FA (or 0xC471FA) is known color: Heliotrope. HEX triplet: C4, 71 and FA. RGB value is (196,113,250). Sum of RGB (Red+Green+Blue) = 196+113+250=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C471FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FA is #3B8E05. Grayscale: #989898. Windows color (decimal): -3902982 or 16413124. OLE color: 16413124.

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

Color convert

RGB 196 113 250 -
CMYK 0.22 0.55 0 0.02
HSL 276.35º 0.93% 0.71% -
HSV(B) 276.35º 0.55% 0.98% -
XYZ 45.93 30.45 93.9 -
YUV 153.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 196 113 250 0.22 0.55 0 0.02 276.35 0.93 0.71
Hex C4 71 FA 16 37 0 2 114 5D 47
Octal 304 161 372 26 67 0 2 424 135 107
Binary 11000100 1110001 11111010 10110 110111 0 10 100010100 1011101 1000111

Color Harmonies of #C471FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471FA

Black with #C471FA

Text Example


Text Example

White with #C471FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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