#C28ACE

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

Shades of Wisteria #C28ACE

Tints of Wisteria #C28ACE

Color information

#C28ACE (or 0xC28ACE) is unknown color: approx Wisteria. HEX triplet: C2, 8A and CE. RGB value is (194,138,206). Sum of RGB (Red+Green+Blue) = 194+138+206=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C28ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACE is #3D7531. Grayscale: #A2A2A2. Windows color (decimal): -4027698 or 13535938. OLE color: 13535938.

HSL color Cylindrical-coordinate representation of color #C28ACE: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28ACE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194138206-
CMYK0.060.3300.19
HSL289.41º40.96%67.45%-
HSV(B)289.41º33.01%80.78%-
XYZ42.4834.162.74-
YUV162.5152.55150.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=36.06%
G=25.65%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941382060.060.3300.19289.4140.9667.45
HexC28ACE6210131212943
Octal30221231664102344151103
Binary1100001010001010110011101101000010100111001000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ACE; }

 p { color: rgb(194,138,206); }

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

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

 a { background-color: rgb(194,138,206); }

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

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

 span { border-color: rgb(194,138,206); }

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