#CB7EAD

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

Shades of Lily #CB7EAD

Tints of Lily #CB7EAD

Color information

#CB7EAD (or 0xCB7EAD) is unknown color: approx Lily. HEX triplet: CB, 7E and AD. RGB value is (203,126,173). Sum of RGB (Red+Green+Blue) = 203+126+173=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7EAD is #348152. Grayscale: #9A9A9A. Windows color (decimal): -3440979 or 11370187. OLE color: 11370187.

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

Color convert

RGB203126173-
CMYK00.380.150.20
HSL323.38º42.54%64.51%-
HSV(B)323.38º37.93%79.61%-
XYZ39.6330.6443.36-
YUV154.38138.51162.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=40.44%
G=25.10%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312617300.380.150.20323.3842.5464.51
HexCB7EAD026F141432b41
Octal313176255046172450353101
Binary1100101111111101010110101001101111101001010000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EAD; }

 p { color: rgb(203,126,173); }

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

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

 a { background-color: rgb(203,126,173); }

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

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

 span { border-color: rgb(203,126,173); }

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