#C090CA

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

Shades of Lilac #C090CA

Tints of Lilac #C090CA

Color information

#C090CA (or 0xC090CA) is unknown color: approx Lilac. HEX triplet: C0, 90 and CA. RGB value is (192,144,202). Sum of RGB (Red+Green+Blue) = 192+144+202=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C090CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CA is #3F6F35. Grayscale: #A4A4A4. Windows color (decimal): -4157238 or 13275328. OLE color: 13275328.

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

Color convert

RGB192144202-
CMYK0.050.2900.21
HSL289.66º35.37%67.84%-
HSV(B)289.66º28.71%79.22%-
XYZ42.3735.4260.48-
YUV164.96148.9147.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=35.69%
G=26.77%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921442020.050.2900.21289.6635.3767.84
HexC090CA51D0151222344
Octal30022031253502544243104
Binary110000001001000011001010101111010101011001000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090CA; }

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

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

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

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

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

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

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

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