Html Css Color HEX #C992C2 Lilac

📋 copy color: '#C992C2'

red 201 ◦ green 146 ◦ blue 194

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

Shades of Lilac #C992C2

Tints of Lilac #C992C2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 37.15%
G = 26.99%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C992C2 (or 0xC992C2) is known color: Lilac. HEX triplet: C9, 92 and C2. RGB value is (201,146,194). Sum of RGB (Red+Green+Blue) = 201+146+194=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C992C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992C2 is #366D3D. Grayscale: #A7A7A7. Windows color (decimal): -3566910 or 12751561. OLE color: 12751561.

HSL color Cylindrical-coordinate representation of color #C992C2: hue angle of 307.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992C2 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 194 -
CMYK 0 0.27 0.03 0.21
HSL 307.64º 0.34% 0.68% -
HSV(B) 307.64º 0.27% 0.79% -
XYZ 44.1 36.87 55.83 -
YUV 167.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 201 146 194 0 0.27 0.03 0.21 307.64 0.34 0.68
Hex C9 92 C2 0 1B 3 15 134 22 44
Octal 311 222 302 0 33 3 25 464 42 104
Binary 11001001 10010010 11000010 0 11011 11 10101 100110100 100010 1000100

Color Harmonies of #C992C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992C2

Black with #C992C2

Text Example


Text Example

White with #C992C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992C2; }

 p { color: rgb(201,146,194); }

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

background-color css

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

 a { background-color: rgb(201,146,194); }

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

border-color css

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

 span { border-color: rgb(201,146,194); }

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