Html Css Color HEX #C994D2 Lilac

📋 copy color: '#C994D2'

red 201 ◦ green 148 ◦ blue 210

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

Shades of Lilac #C994D2

Tints of Lilac #C994D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 35.96%
G = 26.48%
B = 37.57%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C994D2 (or 0xC994D2) is known color: Lilac. HEX triplet: C9, 94 and D2. RGB value is (201,148,210). Sum of RGB (Red+Green+Blue) = 201+148+210=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C994D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994D2 is #366B2D. Grayscale: #AAAAAA. Windows color (decimal): -3566382 or 13800649. OLE color: 13800649.

HSL color Cylindrical-coordinate representation of color #C994D2: hue angle of 291.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C994D2 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 148 210 -
CMYK 0.04 0.30 0 0.18
HSL 291.29º 0.41% 0.7% -
HSV(B) 291.29º 0.3% 0.82% -
XYZ 46.31 38.25 65.92 -
YUV 170.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 201 148 210 0.04 0.30 0 0.18 291.29 0.41 0.7
Hex C9 94 D2 4 1E 0 12 123 29 46
Octal 311 224 322 4 36 0 22 443 51 106
Binary 11001001 10010100 11010010 100 11110 0 10010 100100011 101001 1000110

Color Harmonies of #C994D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994D2

Black with #C994D2

Text Example


Text Example

White with #C994D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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