#C980F0

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

Shades of Heliotrope #C980F0

Tints of Heliotrope #C980F0

Color information

#C980F0 (or 0xC980F0) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and F0. RGB value is (201,128,240). Sum of RGB (Red+Green+Blue) = 201+128+240=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C980F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F0 is #367F0F. Grayscale: #A2A2A2. Windows color (decimal): -3571472 or 15761609. OLE color: 15761609.

HSL color Cylindrical-coordinate representation of color #C980F0: hue angle of 279.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C980F0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201128240-
CMYK0.160.4700.06
HSL279.11º78.87%72.16%-
HSV(B)279.11º46.67%94.12%-
XYZ47.5334.1586.52-
YUV162.59171.68155.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 128 (50.39% from 255) = 22.50%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=35.33%
G=22.50%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011282400.160.4700.06279.1178.8772.16
HexC980F0102F061174f48
Octal311200360205706427117110
Binary11001001100000001111000010000101111011010001011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980F0; }

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

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

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

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

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

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

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

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