Html Css Color HEX #C476F0 Heliotrope

📋 copy color: '#C476F0'

red 196 ◦ green 118 ◦ blue 240

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

Shades of Heliotrope #C476F0

Tints of Heliotrope #C476F0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 35.38%
G = 21.3%
B = 43.32%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C476F0 (or 0xC476F0) is known color: Heliotrope. HEX triplet: C4, 76 and F0. RGB value is (196,118,240). Sum of RGB (Red+Green+Blue) = 196+118+240=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #C476F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476F0 is #3B890F. Grayscale: #9A9A9A. Windows color (decimal): -3901712 or 15759044. OLE color: 15759044.

HSL color Cylindrical-coordinate representation of color #C476F0: hue angle of 278.36º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C476F0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 118 240 -
CMYK 0.18 0.51 0 0.06
HSL 278.36º 0.8% 0.7% -
HSV(B) 278.36º 0.51% 0.94% -
XYZ 44.97 30.98 86.05 -
YUV 155.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 196 118 240 0.18 0.51 0 0.06 278.36 0.8 0.7
Hex C4 76 F0 12 33 0 6 116 50 46
Octal 304 166 360 22 63 0 6 426 120 106
Binary 11000100 1110110 11110000 10010 110011 0 110 100010110 1010000 1000110

Color Harmonies of #C476F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476F0

Black with #C476F0

Text Example


Text Example

White with #C476F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476F0; }

 p { color: rgb(196,118,240); }

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

background-color css

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

 a { background-color: rgb(196,118,240); }

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

border-color css

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

 span { border-color: rgb(196,118,240); }

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