Html Css Color HEX #C990BF Lilac

📋 copy color: '#C990BF'

red 201 ◦ green 144 ◦ blue 191

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

Shades of Lilac #C990BF

Tints of Lilac #C990BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

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

R = 37.5%
G = 26.87%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C990BF (or 0xC990BF) is known color: Lilac. HEX triplet: C9, 90 and BF. RGB value is (201,144,191). Sum of RGB (Red+Green+Blue) = 201+144+191=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C990BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990BF is #366F40. Grayscale: #A6A6A6. Windows color (decimal): -3567425 or 12554441. OLE color: 12554441.

HSL color Cylindrical-coordinate representation of color #C990BF: hue angle of 310.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990BF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 191 -
CMYK 0 0.28 0.05 0.21
HSL 310.53º 0.35% 0.68% -
HSV(B) 310.53º 0.28% 0.79% -
XYZ 43.46 36.13 53.97 -
YUV 166.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 201 144 191 0 0.28 0.05 0.21 310.53 0.35 0.68
Hex C9 90 BF 0 1C 5 15 137 23 44
Octal 311 220 277 0 34 5 25 467 43 104
Binary 11001001 10010000 10111111 0 11100 101 10101 100110111 100011 1000100

Color Harmonies of #C990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990BF

Black with #C990BF

Text Example


Text Example

White with #C990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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