#CB93B1

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

Shades of Lily #CB93B1

Tints of Lily #CB93B1

Color information

#CB93B1 (or 0xCB93B1) is unknown color: approx Lily. HEX triplet: CB, 93 and B1. RGB value is (203,147,177). Sum of RGB (Red+Green+Blue) = 203+147+177=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93B1 is #346C4E. Grayscale: #A7A7A7. Windows color (decimal): -3435599 or 11637707. OLE color: 11637707.

HSL color Cylindrical-coordinate representation of color #CB93B1: hue angle of 327.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93B1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203147177-
CMYK00.280.130.20
HSL327.86º35%68.63%-
HSV(B)327.86º27.59%79.61%-
XYZ4336.7446.42-
YUV167.16133.55153.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=38.52%
G=27.89%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314717700.280.130.20327.863568.63
HexCB93B101CD141482345
Octal313223261034152451043105
Binary1100101110010011101100010111001101101001010010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93B1; }

 p { color: rgb(203,147,177); }

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

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

 a { background-color: rgb(203,147,177); }

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

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

 span { border-color: rgb(203,147,177); }

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