#CD95C4

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

Shades of Lilac #CD95C4

Tints of Lilac #CD95C4

Color information

#CD95C4 (or 0xCD95C4) is unknown color: approx Lilac. HEX triplet: CD, 95 and C4. RGB value is (205,149,196). Sum of RGB (Red+Green+Blue) = 205+149+196=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95C4 is #326A3B. Grayscale: #AAAAAA. Windows color (decimal): -3303996 or 12883405. OLE color: 12883405.

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

Color convert

RGB205149196-
CMYK00.270.040.20
HSL309.64º35.9%69.41%-
HSV(B)309.64º27.32%80.39%-
XYZ45.8938.4657.23-
YUV171.1142.05152.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=37.27%
G=27.09%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514919600.270.040.20309.6435.969.41
HexCD95C401B4141362445
Octal31522530403342446644105
Binary110011011001010111000100011011100101001001101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95C4; }

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

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

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

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

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

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

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

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