#CD8CBA

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

Shades of Lily #CD8CBA

Tints of Lily #CD8CBA

Color information

#CD8CBA (or 0xCD8CBA) is unknown color: approx Lily. HEX triplet: CD, 8C and BA. RGB value is (205,140,186). Sum of RGB (Red+Green+Blue) = 205+140+186=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBA is #327345. Grayscale: #A4A4A4. Windows color (decimal): -3306310 or 12225741. OLE color: 12225741.

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

Color convert

RGB205140186-
CMYK00.320.090.20
HSL317.54º39.39%67.65%-
HSV(B)317.54º31.71%80.39%-
XYZ43.4235.2850.98-
YUV164.68140.03156.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=38.61%
G=26.37%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514018600.320.090.20317.5439.3967.65
HexCD8CBA02091413e2744
Octal315214272040112447647104
Binary11001101100011001011101001000001001101001001111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CBA; }

 p { color: rgb(205,140,186); }

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

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

 a { background-color: rgb(205,140,186); }

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

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

 span { border-color: rgb(205,140,186); }

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