#CD83BA

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

Shades of Lily #CD83BA

Tints of Lily #CD83BA

Color information

#CD83BA (or 0xCD83BA) is unknown color: approx Lily. HEX triplet: CD, 83 and BA. RGB value is (205,131,186). Sum of RGB (Red+Green+Blue) = 205+131+186=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83BA is #327C45. Grayscale: #9F9F9F. Windows color (decimal): -3308614 or 12223437. OLE color: 12223437.

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

Color convert

RGB205131186-
CMYK00.360.090.20
HSL315.41º42.53%65.88%-
HSV(B)315.41º36.1%80.39%-
XYZ42.1632.7650.56-
YUV159.4143.02160.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=39.27%
G=25.10%
B=35.63%

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
Decimal20513118600.360.090.20315.4142.5365.88
HexCD83BA02491413b2b42
Octal315203272044112447353102
Binary11001101100000111011101001001001001101001001110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83BA; }

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

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

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

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

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

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

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

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