#C980F5

Color #C980F5 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C980F5

Tints of Heliotrope #C980F5

Color information

#C980F5 (or 0xC980F5) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and F5. RGB value is (201,128,245). Sum of RGB (Red+Green+Blue) = 201+128+245=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #C980F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F5 is #367F0A. Grayscale: #A2A2A2. Windows color (decimal): -3571467 or 16089289. OLE color: 16089289.

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

Color convert

RGB201128245-
CMYK0.180.4800.04
HSL277.44º85.4%73.14%-
HSV(B)277.44º47.76%96.08%-
XYZ48.2934.4590.49-
YUV163.16174.18154.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=35.02%
G=22.30%
B=42.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011282450.180.4800.04277.4485.473.14
HexC980F51230041155549
Octal311200365226004425125111
Binary11001001100000001111010110010110000010010001010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980F5; }

 p { color: rgb(201,128,245); }

 H1.HeaderClassName
 {
   color: #C980F5;
 }
 .AnyTagClassName
 {
   color: #C980F5;
 }
</style>
background-color css

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

 a { background-color: rgb(201,128,245); }

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

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

 span { border-color: rgb(201,128,245); }

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