Html Css Color HEX #C471F2 Heliotrope

📋 copy color: '#C471F2'

red 196 ◦ green 113 ◦ blue 242

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

Shades of Heliotrope #C471F2

Tints of Heliotrope #C471F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.92%

R = 35.57%
G = 20.51%
B = 43.92%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C471F2 (or 0xC471F2) is known color: Heliotrope. HEX triplet: C4, 71 and F2. RGB value is (196,113,242). Sum of RGB (Red+Green+Blue) = 196+113+242=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #C471F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471F2 is #3B8E0D. Grayscale: #989898. Windows color (decimal): -3902990 or 15888836. OLE color: 15888836.

HSL color Cylindrical-coordinate representation of color #C471F2: hue angle of 278.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C471F2 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 113 242 -
CMYK 0.19 0.53 0 0.05
HSL 278.6º 0.83% 0.7% -
HSV(B) 278.6º 0.53% 0.95% -
XYZ 44.7 29.96 87.43 -
YUV 152.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 196 113 242 0.19 0.53 0 0.05 278.6 0.83 0.7
Hex C4 71 F2 13 35 0 5 117 53 46
Octal 304 161 362 23 65 0 5 427 123 106
Binary 11000100 1110001 11110010 10011 110101 0 101 100010111 1010011 1000110

Color Harmonies of #C471F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471F2

Black with #C471F2

Text Example


Text Example

White with #C471F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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