#C090C1

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

Shades of Lilac #C090C1

Tints of Lilac #C090C1

Color information

#C090C1 (or 0xC090C1) is unknown color: approx Lilac. HEX triplet: C0, 90 and C1. RGB value is (192,144,193). Sum of RGB (Red+Green+Blue) = 192+144+193=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #C090C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090C1 is #3F6F3E. Grayscale: #A3A3A3. Windows color (decimal): -4157247 or 12685504. OLE color: 12685504.

HSL color Cylindrical-coordinate representation of color #C090C1: hue angle of 298.78º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090C1 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192144193-
CMYK0.010.2500.24
HSL298.78º28.32%66.08%-
HSV(B)298.78º25.39%75.69%-
XYZ41.343555.03-
YUV163.94144.4148.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=36.29%
G=27.22%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921441930.010.2500.24298.7828.3266.08
HexC090C111901812b1c42
Octal30022030113103045334102
Binary110000001001000011000001111001011000100101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090C1; }

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

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

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

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

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

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

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

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