Html Css Color HEX #C987C2 Lilac

📋 copy color: '#C987C2'

red 201 ◦ green 135 ◦ blue 194

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

Shades of Lilac #C987C2

Tints of Lilac #C987C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 37.92%
G = 25.47%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C987C2 (or 0xC987C2) is known color: Lilac. HEX triplet: C9, 87 and C2. RGB value is (201,135,194). Sum of RGB (Red+Green+Blue) = 201+135+194=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C2 is #36783D. Grayscale: #A1A1A1. Windows color (decimal): -3569726 or 12748745. OLE color: 12748745.

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

Color convert

RGB 201 135 194 -
CMYK 0 0.33 0.03 0.21
HSL 306.36º 0.38% 0.66% -
HSV(B) 306.36º 0.33% 0.79% -
XYZ 42.49 33.64 55.29 -
YUV 161.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 201 135 194 0 0.33 0.03 0.21 306.36 0.38 0.66
Hex C9 87 C2 0 21 3 15 132 26 42
Octal 311 207 302 0 41 3 25 462 46 102
Binary 11001001 10000111 11000010 0 100001 11 10101 100110010 100110 1000010

Color Harmonies of #C987C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987C2

Black with #C987C2

Text Example


Text Example

White with #C987C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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