#CD84BD

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

Shades of Lily #CD84BD

Tints of Lily #CD84BD

Color information

#CD84BD (or 0xCD84BD) is unknown color: approx Lily. HEX triplet: CD, 84 and BD. RGB value is (205,132,189). Sum of RGB (Red+Green+Blue) = 205+132+189=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84BD is #327B42. Grayscale: #A0A0A0. Windows color (decimal): -3308355 or 12420301. OLE color: 12420301.

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

Color convert

RGB205132189-
CMYK00.360.080.20
HSL313.15º42.2%66.08%-
HSV(B)313.15º35.61%80.39%-
XYZ42.6133.1652.3-
YUV160.32144.18159.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=38.97%
G=25.10%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513218900.360.080.20313.1542.266.08
HexCD84BD0248141392a42
Octal315204275044102447152102
Binary11001101100001001011110101001001000101001001110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84BD; }

 p { color: rgb(205,132,189); }

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

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

 a { background-color: rgb(205,132,189); }

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

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

 span { border-color: rgb(205,132,189); }

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