Html Css Color HEX #CB87AD Lily

📋 copy color: '#CB87AD'

red 203 ◦ green 135 ◦ blue 173

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

Shades of Lily #CB87AD

Tints of Lily #CB87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.42%

 BLUE value IS 173 (67.97% from 255) = 33.86%

R = 39.73%
G = 26.42%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB87AD (or 0xCB87AD) is known color: Lily. HEX triplet: CB, 87 and AD. RGB value is (203,135,173). Sum of RGB (Red+Green+Blue) = 203+135+173=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87AD is #347852. Grayscale: #9F9F9F. Windows color (decimal): -3438675 or 11372491. OLE color: 11372491.

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

Color convert

RGB 203 135 173 -
CMYK 0 0.33 0.15 0.20
HSL 326.47º 0.4% 0.66% -
HSV(B) 326.47º 0.33% 0.8% -
XYZ 40.84 33.04 43.76 -
YUV 159.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 203 135 173 0 0.33 0.15 0.20 326.47 0.4 0.66
Hex CB 87 AD 0 21 F 14 146 28 42
Octal 313 207 255 0 41 17 24 506 50 102
Binary 11001011 10000111 10101101 0 100001 1111 10100 101000110 101000 1000010

Color Harmonies of #CB87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB87AD

Black with #CB87AD

Text Example


Text Example

White with #CB87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB87AD; }

 p { color: rgb(203,135,173); }

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

background-color css

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

 a { background-color: rgb(203,135,173); }

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

border-color css

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

 span { border-color: rgb(203,135,173); }

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