#C980FB

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

Shades of Heliotrope #C980FB

Tints of Heliotrope #C980FB

Color information

#C980FB (or 0xC980FB) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and FB. RGB value is (201,128,251). Sum of RGB (Red+Green+Blue) = 201+128+251=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #C980FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FB is #367F04. Grayscale: #A3A3A3. Windows color (decimal): -3571461 or 16482505. OLE color: 16482505.

HSL color Cylindrical-coordinate representation of color #C980FB: hue angle of 275.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C980FB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201128251-
CMYK0.200.4900.02
HSL275.61º93.89%74.31%-
HSV(B)275.61º49%98.43%-
XYZ49.2234.8295.39-
YUV163.85177.18154.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 128 (50.39% from 255) = 22.07%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=34.66%
G=22.07%
B=43.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011282510.200.4900.02275.6193.8974.31
HexC980FB1431021145e4a
Octal311200373246102424136112
Binary1100100110000000111110111010011000101010001010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980FB; }

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

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

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

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

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

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

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

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