#C981FD

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

Shades of Heliotrope #C981FD

Tints of Heliotrope #C981FD

Color information

#C981FD (or 0xC981FD) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and FD. RGB value is (201,129,253). Sum of RGB (Red+Green+Blue) = 201+129+253=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #C981FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FD is #367E02. Grayscale: #A4A4A4. Windows color (decimal): -3571203 or 16613833. OLE color: 16613833.

HSL color Cylindrical-coordinate representation of color #C981FD: hue angle of 274.84º degrees, saturation: 0.97, 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 #C981FD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201129253-
CMYK0.210.4900.01
HSL274.84º96.88%74.9%-
HSV(B)274.84º49.01%99.22%-
XYZ49.6735.2197.11-
YUV164.66177.85153.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=34.48%
G=22.13%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011292530.210.4900.01274.8496.8874.9
HexC981FD153101113614b
Octal311201375256101423141113
Binary110010011000000111111101101011100010110001001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981FD; }

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

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

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

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

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

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

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

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