#CD9BC0

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

Shades of Lily #CD9BC0

Tints of Lily #CD9BC0

Color information

#CD9BC0 (or 0xCD9BC0) is unknown color: approx Lily. HEX triplet: CD, 9B and C0. RGB value is (205,155,192). Sum of RGB (Red+Green+Blue) = 205+155+192=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BC0 is #32643F. Grayscale: #AEAEAE. Windows color (decimal): -3302464 or 12622797. OLE color: 12622797.

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

Color convert

RGB205155192-
CMYK00.240.060.20
HSL315.6º33.33%70.59%-
HSV(B)315.6º24.39%80.39%-
XYZ46.4140.2355.19-
YUV174.17138.06149.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=37.14%
G=28.08%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515519200.240.060.20315.633.3370.59
HexCD9BC001861413c2147
Octal31523330003062447441107
Binary110011011001101111000000011000110101001001111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BC0; }

 p { color: rgb(205,155,192); }

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

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

 a { background-color: rgb(205,155,192); }

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

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

 span { border-color: rgb(205,155,192); }

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