#C885CA

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

Shades of Lilac #C885CA

Tints of Lilac #C885CA

Color information

#C885CA (or 0xC885CA) is unknown color: approx Lilac. HEX triplet: C8, 85 and CA. RGB value is (200,133,202). Sum of RGB (Red+Green+Blue) = 200+133+202=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C885CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885CA is #377A35. Grayscale: #A0A0A0. Windows color (decimal): -3635766 or 13272520. OLE color: 13272520.

HSL color Cylindrical-coordinate representation of color #C885CA: hue angle of 298.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885CA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200133202-
CMYK0.010.3400.21
HSL298.26º39.43%65.69%-
HSV(B)298.26º34.16%79.22%-
XYZ42.8733.3260.05-
YUV160.9151.2155.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=37.38%
G=24.86%
B=37.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001332020.010.3400.21298.2639.4365.69
HexC885CA12201512a2742
Octal31020531214202545247102
Binary11001000100001011100101011000100101011001010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885CA; }

 p { color: rgb(200,133,202); }

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

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

 a { background-color: rgb(200,133,202); }

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

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

 span { border-color: rgb(200,133,202); }

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