Html Css Color HEX #C996CE Lilac

📋 copy color: '#C996CE'

red 201 ◦ green 150 ◦ blue 206

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

Shades of Lilac #C996CE

Tints of Lilac #C996CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.93%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 36.09%
G = 26.93%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C996CE (or 0xC996CE) is known color: Lilac. HEX triplet: C9, 96 and CE. RGB value is (201,150,206). Sum of RGB (Red+Green+Blue) = 201+150+206=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C996CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996CE is #366931. Grayscale: #ABABAB. Windows color (decimal): -3565874 or 13539017. OLE color: 13539017.

HSL color Cylindrical-coordinate representation of color #C996CE: hue angle of 294.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C996CE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 150 206 -
CMYK 0.02 0.27 0 0.19
HSL 294.64º 0.36% 0.7% -
HSV(B) 294.64º 0.27% 0.81% -
XYZ 46.13 38.69 63.43 -
YUV 171.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 201 150 206 0.02 0.27 0 0.19 294.64 0.36 0.7
Hex C9 96 CE 2 1B 0 13 127 24 46
Octal 311 226 316 2 33 0 23 447 44 106
Binary 11001001 10010110 11001110 10 11011 0 10011 100100111 100100 1000110

Color Harmonies of #C996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996CE

Black with #C996CE

Text Example


Text Example

White with #C996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996CE; }

 p { color: rgb(201,150,206); }

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

background-color css

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

 a { background-color: rgb(201,150,206); }

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

border-color css

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

 span { border-color: rgb(201,150,206); }

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