#C985FF

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

Shades of Heliotrope #C985FF

Tints of Heliotrope #C985FF

Color information

#C985FF (or 0xC985FF) is unknown color: approx Heliotrope. HEX triplet: C9, 85 and FF. RGB value is (201,133,255). Sum of RGB (Red+Green+Blue) = 201+133+255=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #C985FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FF is #367A00. Grayscale: #A6A6A6. Windows color (decimal): -3570177 or 16745929. OLE color: 16745929.

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

Color convert

RGB201133255-
CMYK0.210.4800
HSL273.44º100%76.08%-
HSV(B)273.44º47.84%100%-
XYZ50.5236.4198.97-
YUV167.24177.53152.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 255 (100% from 255) = 43.29%
R=34.13%
G=22.58%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011332550.210.4800273.4410076.08
HexC985FF153000111644c
Octal311205377256000421144114
Binary110010011000010111111111101011100000010001000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985FF; }

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

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

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

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

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

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

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

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