#C980FF

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

Shades of Heliotrope #C980FF

Tints of Heliotrope #C980FF

Color information

#C980FF (or 0xC980FF) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and FF. RGB value is (201,128,255). Sum of RGB (Red+Green+Blue) = 201+128+255=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C980FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FF is #367F00. Grayscale: #A3A3A3. Windows color (decimal): -3571457 or 16744649. OLE color: 16744649.

HSL color Cylindrical-coordinate representation of color #C980FF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C980FF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201128255-
CMYK0.210.5000
HSL274.49º100%75.1%-
HSV(B)274.49º49.8%100%-
XYZ49.8635.0898.75-
YUV164.3179.18154.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.42%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 255 (100% from 255) = 43.66%
R=34.42%
G=21.92%
B=43.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011282550.210.5000274.4910075.1
HexC980FF153200112644b
Octal311200377256200422144113
Binary110010011000000011111111101011100100010001001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980FF; }

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

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

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

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

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

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

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

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