Html Css Color HEX #C99DCC Lilac

📋 copy color: '#C99DCC'

red 201 ◦ green 157 ◦ blue 204

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

Shades of Lilac #C99DCC

Tints of Lilac #C99DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 35.77%
G = 27.94%
B = 36.3%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C99DCC (or 0xC99DCC) is known color: Lilac. HEX triplet: C9, 9D and CC. RGB value is (201,157,204). Sum of RGB (Red+Green+Blue) = 201+157+204=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #C99DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DCC is #366233. Grayscale: #AFAFAF. Windows color (decimal): -3564084 or 13409737. OLE color: 13409737.

HSL color Cylindrical-coordinate representation of color #C99DCC: hue angle of 296.17º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99DCC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 157 204 -
CMYK 0.01 0.23 0 0.2
HSL 296.17º 0.32% 0.71% -
HSV(B) 296.17º 0.23% 0.8% -
XYZ 47.04 40.89 62.54 -
YUV 175.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 201 157 204 0.01 0.23 0 0.2 296.17 0.32 0.71
Hex C9 9D CC 1 17 0 14 128 20 47
Octal 311 235 314 1 27 0 24 450 40 107
Binary 11001001 10011101 11001100 1 10111 0 10100 100101000 100000 1000111

Color Harmonies of #C99DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DCC

Black with #C99DCC

Text Example


Text Example

White with #C99DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DCC; }

 p { color: rgb(201,157,204); }

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

background-color css

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

 a { background-color: rgb(201,157,204); }

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

border-color css

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

 span { border-color: rgb(201,157,204); }

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