#C990CA

Color #C990CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C990CA

Tints of Lilac #C990CA

Color information

#C990CA (or 0xC990CA) is unknown color: approx Lilac. HEX triplet: C9, 90 and CA. RGB value is (201,144,202). Sum of RGB (Red+Green+Blue) = 201+144+202=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C990CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CA is #366F35. Grayscale: #A7A7A7. Windows color (decimal): -3567414 or 13275337. OLE color: 13275337.

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

Color convert

RGB201144202-
CMYK0.000.2900.21
HSL298.97º35.37%67.84%-
HSV(B)298.97º28.71%79.22%-
XYZ44.7236.6360.59-
YUV167.65147.38151.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=36.75%
G=26.33%
B=36.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011442020.000.2900.21298.9735.3767.84
HexC990CA01D01512b2344
Octal31122031203502545343104
Binary1100100110010000110010100111010101011001010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990CA; }

 p { color: rgb(201,144,202); }

 H1.HeaderClassName
 {
   color: #C990CA;
 }
 .AnyTagClassName
 {
   color: #C990CA;
 }
</style>
background-color css

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

 a { background-color: rgb(201,144,202); }

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

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

 span { border-color: rgb(201,144,202); }

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