#CD8BCA

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

Shades of Lilac #CD8BCA

Tints of Lilac #CD8BCA

Color information

#CD8BCA (or 0xCD8BCA) is unknown color: approx Lilac. HEX triplet: CD, 8B and CA. RGB value is (205,139,202). Sum of RGB (Red+Green+Blue) = 205+139+202=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BCA is #327435. Grayscale: #A5A5A5. Windows color (decimal): -3306550 or 13274061. OLE color: 13274061.

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

Color convert

RGB205139202-
CMYK00.320.010.20
HSL302.73º39.76%67.45%-
HSV(B)302.73º32.2%80.39%-
XYZ45.0735.7160.39-
YUV165.92148.37155.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=37.55%
G=25.46%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513920200.320.010.20302.7339.7667.45
HexCD8BCA02011412f2843
Octal31521331204012445750103
Binary11001101100010111100101001000001101001001011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BCA; }

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

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

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

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

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

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

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

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