#C28DE8

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

Shades of Wisteria #C28DE8

Tints of Wisteria #C28DE8

Color information

#C28DE8 (or 0xC28DE8) is unknown color: approx Wisteria. HEX triplet: C2, 8D and E8. RGB value is (194,141,232). Sum of RGB (Red+Green+Blue) = 194+141+232=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #C28DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DE8 is #3D7217. Grayscale: #A6A6A6. Windows color (decimal): -4026904 or 15240642. OLE color: 15240642.

HSL color Cylindrical-coordinate representation of color #C28DE8: hue angle of 274.95º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28DE8 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194141232-
CMYK0.160.3900.09
HSL274.95º66.42%73.14%-
HSV(B)274.95º39.22%90.98%-
XYZ46.3436.3580.92-
YUV167.22164.56147.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 232 (91.02% from 255) = 40.92%
R=34.22%
G=24.87%
B=40.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941412320.160.3900.09274.9566.4273.14
HexC28DE81027091134249
Octal3022153502047011423102111
Binary110000101000110111101000100001001110100110001001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DE8; }

 p { color: rgb(194,141,232); }

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

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

 a { background-color: rgb(194,141,232); }

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

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

 span { border-color: rgb(194,141,232); }

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