#C981FC

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

Shades of Heliotrope #C981FC

Tints of Heliotrope #C981FC

Color information

#C981FC (or 0xC981FC) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and FC. RGB value is (201,129,252). Sum of RGB (Red+Green+Blue) = 201+129+252=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C981FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FC is #367E03. Grayscale: #A4A4A4. Windows color (decimal): -3571204 or 16548297. OLE color: 16548297.

HSL color Cylindrical-coordinate representation of color #C981FC: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C981FC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201129252-
CMYK0.200.4900.01
HSL275.12º95.35%74.71%-
HSV(B)275.12º48.81%98.82%-
XYZ49.5135.1596.27-
YUV164.55177.35154-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=34.54%
G=22.16%
B=43.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011292520.200.4900.01275.1295.3574.71
HexC981FC1431011135f4b
Octal311201374246101423137113
Binary110010011000000111111100101001100010110001001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981FC; }

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

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

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

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

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

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

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

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