Html Css Color HEX #C987C1 Lilac

📋 copy color: '#C987C1'

red 201 ◦ green 135 ◦ blue 193

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

Shades of Lilac #C987C1

Tints of Lilac #C987C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 38%
G = 25.52%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C987C1 (or 0xC987C1) is known color: Lilac. HEX triplet: C9, 87 and C1. RGB value is (201,135,193). Sum of RGB (Red+Green+Blue) = 201+135+193=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C1 is #36783E. Grayscale: #A1A1A1. Windows color (decimal): -3569727 or 12683209. OLE color: 12683209.

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

Color convert

RGB 201 135 193 -
CMYK 0 0.33 0.04 0.21
HSL 307.27º 0.38% 0.66% -
HSV(B) 307.27º 0.33% 0.79% -
XYZ 42.38 33.6 54.7 -
YUV 161.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 201 135 193 0 0.33 0.04 0.21 307.27 0.38 0.66
Hex C9 87 C1 0 21 4 15 133 26 42
Octal 311 207 301 0 41 4 25 463 46 102
Binary 11001001 10000111 11000001 0 100001 100 10101 100110011 100110 1000010

Color Harmonies of #C987C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987C1

Black with #C987C1

Text Example


Text Example

White with #C987C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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