#CD95C8

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

Shades of Lilac #CD95C8

Tints of Lilac #CD95C8

Color information

#CD95C8 (or 0xCD95C8) is unknown color: approx Lilac. HEX triplet: CD, 95 and C8. RGB value is (205,149,200). Sum of RGB (Red+Green+Blue) = 205+149+200=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95C8 is #326A37. Grayscale: #ABABAB. Windows color (decimal): -3303992 or 13145549. OLE color: 13145549.

HSL color Cylindrical-coordinate representation of color #CD95C8: hue angle of 305.36º 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 #CD95C8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205149200-
CMYK00.270.020.20
HSL305.36º35.9%69.41%-
HSV(B)305.36º27.32%80.39%-
XYZ46.3538.6459.66-
YUV171.56144.05151.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=37.00%
G=26.90%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514920000.270.020.20305.3635.969.41
HexCD95C801B2141312445
Octal31522531003322446144105
Binary11001101100101011100100001101110101001001100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95C8; }

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

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

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

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

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

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

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

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