Html Css Color HEX #C987C5 Lilac

📋 copy color: '#C987C5'

red 201 ◦ green 135 ◦ blue 197

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

Shades of Lilac #C987C5

Tints of Lilac #C987C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 37.71%
G = 25.33%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C987C5 (or 0xC987C5) is known color: Lilac. HEX triplet: C9, 87 and C5. RGB value is (201,135,197). Sum of RGB (Red+Green+Blue) = 201+135+197=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C5 is #36783A. Grayscale: #A1A1A1. Windows color (decimal): -3569723 or 12945353. OLE color: 12945353.

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

Color convert

RGB 201 135 197 -
CMYK 0 0.33 0.02 0.21
HSL 303.64º 0.38% 0.66% -
HSV(B) 303.64º 0.33% 0.79% -
XYZ 42.83 33.78 57.09 -
YUV 161.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 201 135 197 0 0.33 0.02 0.21 303.64 0.38 0.66
Hex C9 87 C5 0 21 2 15 130 26 42
Octal 311 207 305 0 41 2 25 460 46 102
Binary 11001001 10000111 11000101 0 100001 10 10101 100110000 100110 1000010

Color Harmonies of #C987C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987C5

Black with #C987C5

Text Example


Text Example

White with #C987C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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