#C090BD

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

Shades of Lilac #C090BD

Tints of Lilac #C090BD

Color information

#C090BD (or 0xC090BD) is unknown color: approx Lilac. HEX triplet: C0, 90 and BD. RGB value is (192,144,189). Sum of RGB (Red+Green+Blue) = 192+144+189=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C090BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090BD is #3F6F42. Grayscale: #A3A3A3. Windows color (decimal): -4157251 or 12423360. OLE color: 12423360.

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

Color convert

RGB192144189-
CMYK00.250.020.25
HSL303.75º27.59%65.88%-
HSV(B)303.75º25%75.29%-
XYZ40.934.8352.71-
YUV163.48142.4148.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 189 (74.22% from 255) = 36%
R=36.57%
G=27.43%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214418900.250.020.25303.7527.5965.88
HexC090BD0192191301c42
Octal30022027503123146034102
Binary1100000010010000101111010110011011001100110000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090BD; }

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

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

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

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

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

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

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

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