#CD83BB

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

Shades of Lily #CD83BB

Tints of Lily #CD83BB

Color information

#CD83BB (or 0xCD83BB) is unknown color: approx Lily. HEX triplet: CD, 83 and BB. RGB value is (205,131,187). Sum of RGB (Red+Green+Blue) = 205+131+187=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83BB is #327C44. Grayscale: #9F9F9F. Windows color (decimal): -3308613 or 12288973. OLE color: 12288973.

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

Color convert

RGB205131187-
CMYK00.360.090.20
HSL314.59º42.53%65.88%-
HSV(B)314.59º36.1%80.39%-
XYZ42.2632.851.12-
YUV159.51143.52160.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=39.20%
G=25.05%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513118700.360.090.20314.5942.5365.88
HexCD83BB02491413b2b42
Octal315203273044112447353102
Binary11001101100000111011101101001001001101001001110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83BB; }

 p { color: rgb(205,131,187); }

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

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

 a { background-color: rgb(205,131,187); }

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

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

 span { border-color: rgb(205,131,187); }

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