#CD8CBE

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

Shades of Lily #CD8CBE

Tints of Lily #CD8CBE

Color information

#CD8CBE (or 0xCD8CBE) is unknown color: approx Lily. HEX triplet: CD, 8C and BE. RGB value is (205,140,190). Sum of RGB (Red+Green+Blue) = 205+140+190=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBE is #327341. Grayscale: #A5A5A5. Windows color (decimal): -3306306 or 12487885. OLE color: 12487885.

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

Color convert

RGB205140190-
CMYK00.320.070.20
HSL313.85º39.39%67.65%-
HSV(B)313.85º31.71%80.39%-
XYZ43.8535.4553.25-
YUV165.14142.03156.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=38.32%
G=26.17%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514019000.320.070.20313.8539.3967.65
HexCD8CBE02071413a2744
Octal31521427604072447247104
Binary1100110110001100101111100100000111101001001110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CBE; }

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

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

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

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

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

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

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

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