#C981F1

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

Shades of Heliotrope #C981F1

Tints of Heliotrope #C981F1

Color information

#C981F1 (or 0xC981F1) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and F1. RGB value is (201,129,241). Sum of RGB (Red+Green+Blue) = 201+129+241=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #C981F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981F1 is #367E0E. Grayscale: #A2A2A2. Windows color (decimal): -3571215 or 15827401. OLE color: 15827401.

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

Color convert

RGB201129241-
CMYK0.170.4600.05
HSL278.57º80%72.55%-
HSV(B)278.57º46.47%94.51%-
XYZ47.8134.4787.35-
YUV163.3171.85154.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=35.20%
G=22.59%
B=42.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011292410.170.4600.05278.578072.55
HexC981F1112E051175049
Octal311201361215605427120111
Binary11001001100000011111000110001101110010110001011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981F1; }

 p { color: rgb(201,129,241); }

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

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

 a { background-color: rgb(201,129,241); }

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

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

 span { border-color: rgb(201,129,241); }

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