#C28ADD

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

Shades of Wisteria #C28ADD

Tints of Wisteria #C28ADD

Color information

#C28ADD (or 0xC28ADD) is unknown color: approx Wisteria. HEX triplet: C2, 8A and DD. RGB value is (194,138,221). Sum of RGB (Red+Green+Blue) = 194+138+221=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADD is #3D7522. Grayscale: #A3A3A3. Windows color (decimal): -4027683 or 14518978. OLE color: 14518978.

HSL color Cylindrical-coordinate representation of color #C28ADD: hue angle of 280.48º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28ADD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194138221-
CMYK0.120.3800.13
HSL280.48º54.97%70.39%-
HSV(B)280.48º37.56%86.67%-
XYZ44.3934.8772.8-
YUV164.21160.05149.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=35.08%
G=24.95%
B=39.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941382210.120.3800.13280.4854.9770.39
HexC28ADDC260D1183746
Octal302212335144601543067106
Binary1100001010001010110111011100100110011011000110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ADD; }

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

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

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

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

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

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

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

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