#C08BBD

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

Shades of Lilac #C08BBD

Tints of Lilac #C08BBD

Color information

#C08BBD (or 0xC08BBD) is unknown color: approx Lilac. HEX triplet: C0, 8B and BD. RGB value is (192,139,189). Sum of RGB (Red+Green+Blue) = 192+139+189=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BBD is #3F7442. Grayscale: #A0A0A0. Windows color (decimal): -4158531 or 12422080. OLE color: 12422080.

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

Color convert

RGB192139189-
CMYK00.280.020.25
HSL303.4º29.61%64.9%-
HSV(B)303.4º27.6%75.29%-
XYZ40.1633.3552.46-
YUV160.55144.06150.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=36.92%
G=26.73%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213918900.280.020.25303.429.6164.9
HexC08BBD01C21912f1e41
Octal30021327503423145736101
Binary1100000010001011101111010111001011001100101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BBD; }

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

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

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

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

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

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

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

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