#CD8ABF

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

Shades of Lilac #CD8ABF

Tints of Lilac #CD8ABF

Color information

#CD8ABF (or 0xCD8ABF) is unknown color: approx Lilac. HEX triplet: CD, 8A and BF. RGB value is (205,138,191). Sum of RGB (Red+Green+Blue) = 205+138+191=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ABF is #327540. Grayscale: #A3A3A3. Windows color (decimal): -3306817 or 12552909. OLE color: 12552909.

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

Color convert

RGB205138191-
CMYK00.330.070.20
HSL312.54º40.12%67.25%-
HSV(B)312.54º32.68%80.39%-
XYZ43.6734.9253.73-
YUV164.08143.2157.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 191 (75% from 255) = 35.77%
R=38.39%
G=25.84%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513819100.330.070.20312.5440.1267.25
HexCD8ABF0217141392843
Octal31521227704172447150103
Binary1100110110001010101111110100001111101001001110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ABF; }

 p { color: rgb(205,138,191); }

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

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

 a { background-color: rgb(205,138,191); }

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

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

 span { border-color: rgb(205,138,191); }

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