Html Css Color HEX #C99BCA Lilac

📋 copy color: '#C99BCA'

red 201 ◦ green 155 ◦ blue 202

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

Shades of Lilac #C99BCA

Tints of Lilac #C99BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 36.02%
G = 27.78%
B = 36.2%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C99BCA (or 0xC99BCA) is known color: Lilac. HEX triplet: C9, 9B and CA. RGB value is (201,155,202). Sum of RGB (Red+Green+Blue) = 201+155+202=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCA is #366435. Grayscale: #ADADAD. Windows color (decimal): -3564598 or 13278153. OLE color: 13278153.

HSL color Cylindrical-coordinate representation of color #C99BCA: hue angle of 298.72º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BCA is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 202 -
CMYK 0.00 0.23 0 0.21
HSL 298.72º 0.31% 0.7% -
HSV(B) 298.72º 0.23% 0.79% -
XYZ 46.47 40.12 61.17 -
YUV 174.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 201 155 202 0.00 0.23 0 0.21 298.72 0.31 0.7
Hex C9 9B CA 0 17 0 15 12B 1F 46
Octal 311 233 312 0 27 0 25 453 37 106
Binary 11001001 10011011 11001010 0 10111 0 10101 100101011 11111 1000110

Color Harmonies of #C99BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BCA

Black with #C99BCA

Text Example


Text Example

White with #C99BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BCA; }

 p { color: rgb(201,155,202); }

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

background-color css

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

 a { background-color: rgb(201,155,202); }

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

border-color css

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

 span { border-color: rgb(201,155,202); }

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