#C28BCD

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

Shades of Lilac #C28BCD

Tints of Lilac #C28BCD

Color information

#C28BCD (or 0xC28BCD) is unknown color: approx Lilac. HEX triplet: C2, 8B and CD. RGB value is (194,139,205). Sum of RGB (Red+Green+Blue) = 194+139+205=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C28BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCD is #3D7432. Grayscale: #A2A2A2. Windows color (decimal): -4027443 or 13470658. OLE color: 13470658.

HSL color Cylindrical-coordinate representation of color #C28BCD: hue angle of 290º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28BCD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194139205-
CMYK0.050.3200.20
HSL290º39.76%67.45%-
HSV(B)290º32.2%80.39%-
XYZ42.534.3462.15-
YUV162.97151.72150.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=36.06%
G=25.84%
B=38.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941392050.050.3200.2029039.7667.45
HexC28BCD5200141222843
Octal30221331554002444250103
Binary1100001010001011110011011011000000101001001000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BCD; }

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

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

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

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

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

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

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

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