#CD8CB4

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

Shades of Lily #CD8CB4

Tints of Lily #CD8CB4

Color information

#CD8CB4 (or 0xCD8CB4) is unknown color: approx Lily. HEX triplet: CD, 8C and B4. RGB value is (205,140,180). Sum of RGB (Red+Green+Blue) = 205+140+180=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB4 is #32734B. Grayscale: #A3A3A3. Windows color (decimal): -3306316 or 11832525. OLE color: 11832525.

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

Color convert

RGB205140180-
CMYK00.320.120.20
HSL323.08º39.39%67.65%-
HSV(B)323.08º31.71%80.39%-
XYZ42.7935.0347.69-
YUV164137.03157.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=39.05%
G=26.67%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514018000.320.120.20323.0839.3967.65
HexCD8CB4020C141432744
Octal315214264040142450347104
Binary11001101100011001011010001000001100101001010000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CB4; }

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

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

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

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

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

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

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

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