Html Css Color HEX #C987BC Lily

📋 copy color: '#C987BC'

red 201 ◦ green 135 ◦ blue 188

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

Shades of Lily #C987BC

Tints of Lily #C987BC

RGB

 RED value IS 201 (78.91% from 255) = 38.36%

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 38.36%
G = 25.76%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C987BC (or 0xC987BC) is known color: Lily. HEX triplet: C9, 87 and BC. RGB value is (201,135,188). Sum of RGB (Red+Green+Blue) = 201+135+188=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C987BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987BC is #367843. Grayscale: #A0A0A0. Windows color (decimal): -3569732 or 12355529. OLE color: 12355529.

HSL color Cylindrical-coordinate representation of color #C987BC: hue angle of 311.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987BC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 188 -
CMYK 0 0.33 0.06 0.21
HSL 311.82º 0.38% 0.66% -
HSV(B) 311.82º 0.33% 0.79% -
XYZ 41.83 33.38 51.81 -
YUV 160.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 201 135 188 0 0.33 0.06 0.21 311.82 0.38 0.66
Hex C9 87 BC 0 21 6 15 138 26 42
Octal 311 207 274 0 41 6 25 470 46 102
Binary 11001001 10000111 10111100 0 100001 110 10101 100111000 100110 1000010

Color Harmonies of #C987BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987BC

Black with #C987BC

Text Example


Text Example

White with #C987BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987BC; }

 p { color: rgb(201,135,188); }

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

background-color css

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

 a { background-color: rgb(201,135,188); }

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

border-color css

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

 span { border-color: rgb(201,135,188); }

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