#C08FC4

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

Shades of Lilac #C08FC4

Tints of Lilac #C08FC4

Color information

#C08FC4 (or 0xC08FC4) is unknown color: approx Lilac. HEX triplet: C0, 8F and C4. RGB value is (192,143,196). Sum of RGB (Red+Green+Blue) = 192+143+196=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #C08FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FC4 is #3F703B. Grayscale: #A3A3A3. Windows color (decimal): -4157500 or 12881856. OLE color: 12881856.

HSL color Cylindrical-coordinate representation of color #C08FC4: hue angle of 295.47º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08FC4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192143196-
CMYK0.020.2700.23
HSL295.47º30.99%66.47%-
HSV(B)295.47º27.04%76.86%-
XYZ41.5234.8456.76-
YUV163.69146.23148.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=36.16%
G=26.93%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921431960.020.2700.23295.4730.9966.47
HexC08FC421B0171271f42
Octal30021730423302744737102
Binary1100000010001111110001001011011010111100100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FC4; }

 p { color: rgb(192,143,196); }

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

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

 a { background-color: rgb(192,143,196); }

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

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

 span { border-color: rgb(192,143,196); }

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