Html Css Color HEX #C992C8 Lilac

📋 copy color: '#C992C8'

red 201 ◦ green 146 ◦ blue 200

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

Shades of Lilac #C992C8

Tints of Lilac #C992C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 36.75%
G = 26.69%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C992C8 (or 0xC992C8) is known color: Lilac. HEX triplet: C9, 92 and C8. RGB value is (201,146,200). Sum of RGB (Red+Green+Blue) = 201+146+200=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C992C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992C8 is #366D37. Grayscale: #A8A8A8. Windows color (decimal): -3566904 or 13144777. OLE color: 13144777.

HSL color Cylindrical-coordinate representation of color #C992C8: hue angle of 301.09º 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 #C992C8 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 200 -
CMYK 0 0.27 0.00 0.21
HSL 301.09º 0.34% 0.68% -
HSV(B) 301.09º 0.27% 0.79% -
XYZ 44.79 37.15 59.45 -
YUV 168.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 201 146 200 0 0.27 0.00 0.21 301.09 0.34 0.68
Hex C9 92 C8 0 1B 0 15 12D 22 44
Octal 311 222 310 0 33 0 25 455 42 104
Binary 11001001 10010010 11001000 0 11011 0 10101 100101101 100010 1000100

Color Harmonies of #C992C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992C8

Black with #C992C8

Text Example


Text Example

White with #C992C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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