Html Css Color HEX #CB88BD Lily

📋 copy color: '#CB88BD'

red 203 ◦ green 136 ◦ blue 189

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

Shades of Lily #CB88BD

Tints of Lily #CB88BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 38.45%
G = 25.76%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB88BD (or 0xCB88BD) is known color: Lily. HEX triplet: CB, 88 and BD. RGB value is (203,136,189). Sum of RGB (Red+Green+Blue) = 203+136+189=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88BD is #347742. Grayscale: #A1A1A1. Windows color (decimal): -3438403 or 12421323. OLE color: 12421323.

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

Color convert

RGB 203 136 189 -
CMYK 0 0.33 0.07 0.20
HSL 312.54º 0.39% 0.66% -
HSV(B) 312.54º 0.33% 0.8% -
XYZ 42.62 33.98 52.46 -
YUV 162.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 203 136 189 0 0.33 0.07 0.20 312.54 0.39 0.66
Hex CB 88 BD 0 21 7 14 139 27 42
Octal 313 210 275 0 41 7 24 471 47 102
Binary 11001011 10001000 10111101 0 100001 111 10100 100111001 100111 1000010

Color Harmonies of #CB88BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88BD

Black with #CB88BD

Text Example


Text Example

White with #CB88BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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