Html Css Color HEX #C994CC Lilac

📋 copy color: '#C994CC'

red 201 ◦ green 148 ◦ blue 204

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

Shades of Lilac #C994CC

Tints of Lilac #C994CC

RGB

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

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

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

R = 36.35%
G = 26.76%
B = 36.89%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C994CC (or 0xC994CC) is known color: Lilac. HEX triplet: C9, 94 and CC. RGB value is (201,148,204). Sum of RGB (Red+Green+Blue) = 201+148+204=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C994CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994CC is #366B33. Grayscale: #AAAAAA. Windows color (decimal): -3566388 or 13407433. OLE color: 13407433.

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

Color convert

RGB 201 148 204 -
CMYK 0.01 0.27 0 0.2
HSL 296.79º 0.35% 0.69% -
HSV(B) 296.79º 0.27% 0.8% -
XYZ 45.58 37.96 62.05 -
YUV 170.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 201 148 204 0.01 0.27 0 0.2 296.79 0.35 0.69
Hex C9 94 CC 1 1B 0 14 129 23 45
Octal 311 224 314 1 33 0 24 451 43 105
Binary 11001001 10010100 11001100 1 11011 0 10100 100101001 100011 1000101

Color Harmonies of #C994CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994CC

Black with #C994CC

Text Example


Text Example

White with #C994CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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