#C08FC1

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

Shades of Lilac #C08FC1

Tints of Lilac #C08FC1

Color information

#C08FC1 (or 0xC08FC1) is unknown color: approx Lilac. HEX triplet: C0, 8F and C1. RGB value is (192,143,193). Sum of RGB (Red+Green+Blue) = 192+143+193=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FC1 is #3F703E. Grayscale: #A3A3A3. Windows color (decimal): -4157503 or 12685248. OLE color: 12685248.

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

Color convert

RGB192143193-
CMYK0.010.2600.24
HSL298.8º28.74%65.88%-
HSV(B)298.8º25.91%75.69%-
XYZ41.1934.754.98-
YUV163.35144.73148.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=36.36%
G=27.08%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921431930.010.2600.24298.828.7465.88
HexC08FC111A01812b1d42
Octal30021730113203045335102
Binary110000001000111111000001111010011000100101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FC1; }

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

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

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

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

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

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

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

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