Html Css Color HEX #CB88B2 Lily

📋 copy color: '#CB88B2'

red 203 ◦ green 136 ◦ blue 178

#CB88B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CB88B2

Tints of Lily #CB88B2

RGB

 RED value IS 203 (79.69% from 255) = 39.26%

 GREEN value IS 136 (53.52% from 255) = 26.31%

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 39.26%
G = 26.31%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB88B2 (or 0xCB88B2) is known color: Lily. HEX triplet: CB, 88 and B2. RGB value is (203,136,178). Sum of RGB (Red+Green+Blue) = 203+136+178=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88B2 is #34774D. Grayscale: #A0A0A0. Windows color (decimal): -3438414 or 11700427. OLE color: 11700427.

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

Color convert

RGB 203 136 178 -
CMYK 0 0.33 0.12 0.20
HSL 322.39º 0.39% 0.66% -
HSV(B) 322.39º 0.33% 0.8% -
XYZ 41.47 33.52 46.4 -
YUV 160.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 203 136 178 0 0.33 0.12 0.20 322.39 0.39 0.66
Hex CB 88 B2 0 21 C 14 142 27 42
Octal 313 210 262 0 41 14 24 502 47 102
Binary 11001011 10001000 10110010 0 100001 1100 10100 101000010 100111 1000010

Color Harmonies of #CB88B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88B2

Black with #CB88B2

Text Example


Text Example

White with #CB88B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88B2; }

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

 H1.HeaderClassName
 {
   color: #CB88B2;
 }
 .AnyTagClassName
 {
   color: #CB88B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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