#C980F3

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

Shades of Heliotrope #C980F3

Tints of Heliotrope #C980F3

Color information

#C980F3 (or 0xC980F3) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and F3. RGB value is (201,128,243). Sum of RGB (Red+Green+Blue) = 201+128+243=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #C980F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F3 is #367F0C. Grayscale: #A2A2A2. Windows color (decimal): -3571469 or 15958217. OLE color: 15958217.

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

Color convert

RGB201128243-
CMYK0.170.4700.05
HSL278.09º82.73%72.75%-
HSV(B)278.09º47.33%95.29%-
XYZ47.9834.3388.89-
YUV162.94173.18155.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 243 (95.31% from 255) = 42.48%
R=35.14%
G=22.38%
B=42.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011282430.170.4700.05278.0982.7372.75
HexC980F3112F051165349
Octal311200363215705426123111
Binary11001001100000001111001110001101111010110001011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980F3; }

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

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

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

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

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

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

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

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