#C985CC

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

Shades of Lilac #C985CC

Tints of Lilac #C985CC

Color information

#C985CC (or 0xC985CC) is unknown color: approx Lilac. HEX triplet: C9, 85 and CC. RGB value is (201,133,204). Sum of RGB (Red+Green+Blue) = 201+133+204=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C985CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CC is #367A33. Grayscale: #A1A1A1. Windows color (decimal): -3570228 or 13403593. OLE color: 13403593.

HSL color Cylindrical-coordinate representation of color #C985CC: hue angle of 297.46º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C985CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201133204-
CMYK0.010.3500.2
HSL297.46º41.04%66.08%-
HSV(B)297.46º34.8%80%-
XYZ43.3733.5561.32-
YUV161.43152.03156.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=37.36%
G=24.72%
B=37.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011332040.010.3500.2297.4641.0466.08
HexC985CC1230141292942
Octal31120531414302445151102
Binary11001001100001011100110011000110101001001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985CC; }

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

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

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

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

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

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

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

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