Html Css Color HEX #CB88B4 Lily

📋 copy color: '#CB88B4'

red 203 ◦ green 136 ◦ blue 180

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

Shades of Lily #CB88B4

Tints of Lily #CB88B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 39.11%
G = 26.2%
B = 34.68%

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

#CB88B4 (or 0xCB88B4) is known color: Lily. HEX triplet: CB, 88 and B4. RGB value is (203,136,180). Sum of RGB (Red+Green+Blue) = 203+136+180=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88B4 is #34774B. Grayscale: #A0A0A0. Windows color (decimal): -3438412 or 11831499. OLE color: 11831499.

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

Color convert

RGB 203 136 180 -
CMYK 0 0.33 0.11 0.20
HSL 320.6º 0.39% 0.66% -
HSV(B) 320.6º 0.33% 0.8% -
XYZ 41.67 33.6 47.47 -
YUV 161.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 203 136 180 0 0.33 0.11 0.20 320.6 0.39 0.66
Hex CB 88 B4 0 21 B 14 141 27 42
Octal 313 210 264 0 41 13 24 501 47 102
Binary 11001011 10001000 10110100 0 100001 1011 10100 101000001 100111 1000010

Color Harmonies of #CB88B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88B4

Black with #CB88B4

Text Example


Text Example

White with #CB88B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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