#CD95CA

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

Shades of Lilac #CD95CA

Tints of Lilac #CD95CA

Color information

#CD95CA (or 0xCD95CA) is unknown color: approx Lilac. HEX triplet: CD, 95 and CA. RGB value is (205,149,202). Sum of RGB (Red+Green+Blue) = 205+149+202=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95CA is #326A35. Grayscale: #ABABAB. Windows color (decimal): -3303990 or 13276621. OLE color: 13276621.

HSL color Cylindrical-coordinate representation of color #CD95CA: hue angle of 303.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD95CA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205149202-
CMYK00.270.010.20
HSL303.21º35.9%69.41%-
HSV(B)303.21º27.32%80.39%-
XYZ46.5838.7460.9-
YUV171.79145.05151.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=36.87%
G=26.80%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514920200.270.010.20303.2135.969.41
HexCD95CA01B11412f2445
Octal31522531203312445744105
Binary1100110110010101110010100110111101001001011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95CA; }

 p { color: rgb(205,149,202); }

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

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

 a { background-color: rgb(205,149,202); }

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

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

 span { border-color: rgb(205,149,202); }

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