Html Css Color HEX #C985BF Lilac

📋 copy color: '#C985BF'

red 201 ◦ green 133 ◦ blue 191

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

Shades of Lilac #C985BF

Tints of Lilac #C985BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.38%

R = 38.29%
G = 25.33%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C985BF (or 0xC985BF) is known color: Lilac. HEX triplet: C9, 85 and BF. RGB value is (201,133,191). Sum of RGB (Red+Green+Blue) = 201+133+191=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C985BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985BF is #367A40. Grayscale: #9F9F9F. Windows color (decimal): -3570241 or 12551625. OLE color: 12551625.

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

Color convert

RGB 201 133 191 -
CMYK 0 0.34 0.05 0.21
HSL 308.82º 0.39% 0.65% -
HSV(B) 308.82º 0.34% 0.79% -
XYZ 41.88 32.95 53.44 -
YUV 159.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 201 133 191 0 0.34 0.05 0.21 308.82 0.39 0.65
Hex C9 85 BF 0 22 5 15 135 27 41
Octal 311 205 277 0 42 5 25 465 47 101
Binary 11001001 10000101 10111111 0 100010 101 10101 100110101 100111 1000001

Color Harmonies of #C985BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985BF

Black with #C985BF

Text Example


Text Example

White with #C985BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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