#C28BC0

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

Shades of Lilac #C28BC0

Tints of Lilac #C28BC0

Color information

#C28BC0 (or 0xC28BC0) is unknown color: approx Lilac. HEX triplet: C2, 8B and C0. RGB value is (194,139,192). Sum of RGB (Red+Green+Blue) = 194+139+192=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BC0 is #3D743F. Grayscale: #A1A1A1. Windows color (decimal): -4027456 or 12618690. OLE color: 12618690.

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

Color convert

RGB194139192-
CMYK00.280.010.24
HSL302.18º31.07%65.29%-
HSV(B)302.18º28.35%76.08%-
XYZ4133.7454.22-
YUV161.49145.22151.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=36.95%
G=26.48%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413919200.280.010.24302.1831.0765.29
HexC28BC001C11812e1f41
Octal30221330003413045637101
Binary110000101000101111000000011100111000100101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BC0; }

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

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

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

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

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

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

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

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