#CB7BB2

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

Shades of Lily #CB7BB2

Tints of Lily #CB7BB2

Color information

#CB7BB2 (or 0xCB7BB2) is unknown color: approx Lily. HEX triplet: CB, 7B and B2. RGB value is (203,123,178). Sum of RGB (Red+Green+Blue) = 203+123+178=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7BB2 is #34844D. Grayscale: #999999. Windows color (decimal): -3441742 or 11697099. OLE color: 11697099.

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

Color convert

RGB203123178-
CMYK00.390.120.20
HSL318.75º43.48%63.92%-
HSV(B)318.75º39.41%79.61%-
XYZ39.7530.0845.83-
YUV153.19142163.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=40.28%
G=24.40%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312317800.390.120.20318.7543.4863.92
HexCB7BB2027C1413f2b40
Octal313173262047142447753100
Binary1100101111110111011001001001111100101001001111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7BB2; }

 p { color: rgb(203,123,178); }

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

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

 a { background-color: rgb(203,123,178); }

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

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

 span { border-color: rgb(203,123,178); }

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