#C985FE

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

Shades of Heliotrope #C985FE

Tints of Heliotrope #C985FE

Color information

#C985FE (or 0xC985FE) is unknown color: approx Heliotrope. HEX triplet: C9, 85 and FE. RGB value is (201,133,254). Sum of RGB (Red+Green+Blue) = 201+133+254=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C985FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FE is #367A01. Grayscale: #A6A6A6. Windows color (decimal): -3570178 or 16680393. OLE color: 16680393.

HSL color Cylindrical-coordinate representation of color #C985FE: hue angle of 273.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C985FE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201133254-
CMYK0.210.4800.00
HSL273.72º98.37%75.88%-
HSV(B)273.72º47.64%99.61%-
XYZ50.3636.3598.13-
YUV167.13177.03152.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=34.18%
G=22.62%
B=43.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011332540.210.4800.00273.7298.3775.88
HexC985FE153000112624c
Octal311205376256000422142114
Binary110010011000010111111110101011100000010001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985FE; }

 p { color: rgb(201,133,254); }

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

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

 a { background-color: rgb(201,133,254); }

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

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

 span { border-color: rgb(201,133,254); }

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