#C28BCC

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

Shades of Lilac #C28BCC

Tints of Lilac #C28BCC

Color information

#C28BCC (or 0xC28BCC) is unknown color: approx Lilac. HEX triplet: C2, 8B and CC. RGB value is (194,139,204). Sum of RGB (Red+Green+Blue) = 194+139+204=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCC is #3D7433. Grayscale: #A2A2A2. Windows color (decimal): -4027444 or 13405122. OLE color: 13405122.

HSL color Cylindrical-coordinate representation of color #C28BCC: hue angle of 290.77º degrees, saturation: 0.39, 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 #C28BCC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194139204-
CMYK0.050.3200.2
HSL290.77º38.92%67.25%-
HSV(B)290.77º31.86%80%-
XYZ42.3834.2961.51-
YUV162.85151.22150.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=36.13%
G=25.88%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941392040.050.3200.2290.7738.9267.25
HexC28BCC5200141232743
Octal30221331454002444347103
Binary1100001010001011110011001011000000101001001000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BCC; }

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

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

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

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

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

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

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

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