Html Css Color HEX #C994CE Lilac

📋 copy color: '#C994CE'

red 201 ◦ green 148 ◦ blue 206

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

Shades of Lilac #C994CE

Tints of Lilac #C994CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

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

R = 36.22%
G = 26.67%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C994CE (or 0xC994CE) is known color: Lilac. HEX triplet: C9, 94 and CE. RGB value is (201,148,206). Sum of RGB (Red+Green+Blue) = 201+148+206=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #C994CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994CE is #366B31. Grayscale: #AAAAAA. Windows color (decimal): -3566386 or 13538505. OLE color: 13538505.

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

Color convert

RGB 201 148 206 -
CMYK 0.02 0.28 0 0.19
HSL 294.83º 0.37% 0.69% -
HSV(B) 294.83º 0.28% 0.81% -
XYZ 45.82 38.05 63.32 -
YUV 170.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 201 148 206 0.02 0.28 0 0.19 294.83 0.37 0.69
Hex C9 94 CE 2 1C 0 13 127 25 45
Octal 311 224 316 2 34 0 23 447 45 105
Binary 11001001 10010100 11001110 10 11100 0 10011 100100111 100101 1000101

Color Harmonies of #C994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994CE

Black with #C994CE

Text Example


Text Example

White with #C994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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