Html Css Color HEX #C985C0 Lilac

📋 copy color: '#C985C0'

red 201 ◦ green 133 ◦ blue 192

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

Shades of Lilac #C985C0

Tints of Lilac #C985C0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 38.21%
G = 25.29%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C985C0 (or 0xC985C0) is known color: Lilac. HEX triplet: C9, 85 and C0. RGB value is (201,133,192). Sum of RGB (Red+Green+Blue) = 201+133+192=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C985C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985C0 is #367A3F. Grayscale: #9F9F9F. Windows color (decimal): -3570240 or 12617161. OLE color: 12617161.

HSL color Cylindrical-coordinate representation of color #C985C0: hue angle of 307.94º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985C0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 192 -
CMYK 0 0.34 0.04 0.21
HSL 307.94º 0.39% 0.65% -
HSV(B) 307.94º 0.34% 0.79% -
XYZ 41.99 33 54.03 -
YUV 160.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 201 133 192 0 0.34 0.04 0.21 307.94 0.39 0.65
Hex C9 85 C0 0 22 4 15 134 27 41
Octal 311 205 300 0 42 4 25 464 47 101
Binary 11001001 10000101 11000000 0 100010 100 10101 100110100 100111 1000001

Color Harmonies of #C985C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985C0

Black with #C985C0

Text Example


Text Example

White with #C985C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985C0; }

 p { color: rgb(201,133,192); }

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

background-color css

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

 a { background-color: rgb(201,133,192); }

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

border-color css

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

 span { border-color: rgb(201,133,192); }

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