#C08BC4

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

Shades of Lilac #C08BC4

Tints of Lilac #C08BC4

Color information

#C08BC4 (or 0xC08BC4) is unknown color: approx Lilac. HEX triplet: C0, 8B and C4. RGB value is (192,139,196). Sum of RGB (Red+Green+Blue) = 192+139+196=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 196 - color contains mainly: blue. Hex color #C08BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BC4 is #3F743B. Grayscale: #A1A1A1. Windows color (decimal): -4158524 or 12880832. OLE color: 12880832.

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

Color convert

RGB192139196-
CMYK0.020.2900.23
HSL295.79º32.57%65.69%-
HSV(B)295.79º29.08%76.86%-
XYZ40.9333.6656.56-
YUV161.34147.56149.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=36.43%
G=26.38%
B=37.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921391960.020.2900.23295.7932.5765.69
HexC08BC421D0171282142
Octal30021330423502745041102
Binary11000000100010111100010010111010101111001010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BC4; }

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

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

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

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

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

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

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

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