#CB7EAF

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

Shades of Lily #CB7EAF

Tints of Lily #CB7EAF

Color information

#CB7EAF (or 0xCB7EAF) is unknown color: approx Lily. HEX triplet: CB, 7E and AF. RGB value is (203,126,175). Sum of RGB (Red+Green+Blue) = 203+126+175=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7EAF is #348150. Grayscale: #9A9A9A. Windows color (decimal): -3440977 or 11501259. OLE color: 11501259.

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

Color convert

RGB203126175-
CMYK00.380.140.20
HSL321.82º42.54%64.51%-
HSV(B)321.82º37.93%79.61%-
XYZ39.8330.7144.39-
YUV154.61139.51162.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=40.28%
G=25%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312617500.380.140.20321.8242.5464.51
HexCB7EAF026E141422b41
Octal313176257046162450253101
Binary1100101111111101010111101001101110101001010000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EAF; }

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

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

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

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

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

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

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

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