Html Css Color HEX #CB87BD Lily

📋 copy color: '#CB87BD'

red 203 ◦ green 135 ◦ blue 189

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

Shades of Lily #CB87BD

Tints of Lily #CB87BD

RGB

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

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

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

R = 38.52%
G = 25.62%
B = 35.86%

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

#CB87BD (or 0xCB87BD) is known color: Lily. HEX triplet: CB, 87 and BD. RGB value is (203,135,189). Sum of RGB (Red+Green+Blue) = 203+135+189=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87BD is #347842. Grayscale: #A1A1A1. Windows color (decimal): -3438659 or 12421067. OLE color: 12421067.

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

Color convert

RGB 203 135 189 -
CMYK 0 0.33 0.07 0.20
HSL 312.35º 0.4% 0.66% -
HSV(B) 312.35º 0.33% 0.8% -
XYZ 42.48 33.7 52.41 -
YUV 161.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 203 135 189 0 0.33 0.07 0.20 312.35 0.4 0.66
Hex CB 87 BD 0 21 7 14 138 28 42
Octal 313 207 275 0 41 7 24 470 50 102
Binary 11001011 10000111 10111101 0 100001 111 10100 100111000 101000 1000010

Color Harmonies of #CB87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB87BD

Black with #CB87BD

Text Example


Text Example

White with #CB87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB87BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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