Html Css Color HEX #CB88B5 Lily

📋 copy color: '#CB88B5'

red 203 ◦ green 136 ◦ blue 181

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

Shades of Lily #CB88B5

Tints of Lily #CB88B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 39.04%
G = 26.15%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB88B5 (or 0xCB88B5) is known color: Lily. HEX triplet: CB, 88 and B5. RGB value is (203,136,181). Sum of RGB (Red+Green+Blue) = 203+136+181=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88B5 is #34774A. Grayscale: #A1A1A1. Windows color (decimal): -3438411 or 11897035. OLE color: 11897035.

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

Color convert

RGB 203 136 181 -
CMYK 0 0.33 0.11 0.20
HSL 319.7º 0.39% 0.66% -
HSV(B) 319.7º 0.33% 0.8% -
XYZ 41.77 33.64 48.01 -
YUV 161.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 203 136 181 0 0.33 0.11 0.20 319.7 0.39 0.66
Hex CB 88 B5 0 21 B 14 140 27 42
Octal 313 210 265 0 41 13 24 500 47 102
Binary 11001011 10001000 10110101 0 100001 1011 10100 101000000 100111 1000010

Color Harmonies of #CB88B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88B5

Black with #CB88B5

Text Example


Text Example

White with #CB88B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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