Html Css Color HEX #C473F4 Heliotrope

📋 copy color: '#C473F4'

red 196 ◦ green 115 ◦ blue 244

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

Shades of Heliotrope #C473F4

Tints of Heliotrope #C473F4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.72%

 BLUE value IS 244 (95.7% from 255) = 43.96%

R = 35.32%
G = 20.72%
B = 43.96%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C473F4 (or 0xC473F4) is known color: Heliotrope. HEX triplet: C4, 73 and F4. RGB value is (196,115,244). Sum of RGB (Red+Green+Blue) = 196+115+244=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #C473F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473F4 is #3B8C0B. Grayscale: #999999. Windows color (decimal): -3902476 or 16020420. OLE color: 16020420.

HSL color Cylindrical-coordinate representation of color #C473F4: hue angle of 277.67º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C473F4 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 115 244 -
CMYK 0.20 0.53 0 0.04
HSL 277.67º 0.85% 0.7% -
HSV(B) 277.67º 0.53% 0.96% -
XYZ 45.22 30.53 89.1 -
YUV 153.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 196 115 244 0.20 0.53 0 0.04 277.67 0.85 0.7
Hex C4 73 F4 14 35 0 4 116 55 46
Octal 304 163 364 24 65 0 4 426 125 106
Binary 11000100 1110011 11110100 10100 110101 0 100 100010110 1010101 1000110

Color Harmonies of #C473F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473F4

Black with #C473F4

Text Example


Text Example

White with #C473F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473F4; }

 p { color: rgb(196,115,244); }

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

background-color css

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

 a { background-color: rgb(196,115,244); }

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

border-color css

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

 span { border-color: rgb(196,115,244); }

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