#C28DE5

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

Shades of Wisteria #C28DE5

Tints of Wisteria #C28DE5

Color information

#C28DE5 (or 0xC28DE5) is unknown color: approx Wisteria. HEX triplet: C2, 8D and E5. RGB value is (194,141,229). Sum of RGB (Red+Green+Blue) = 194+141+229=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C28DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DE5 is #3D721A. Grayscale: #A6A6A6. Windows color (decimal): -4026907 or 15044034. OLE color: 15044034.

HSL color Cylindrical-coordinate representation of color #C28DE5: hue angle of 276.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28DE5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194141229-
CMYK0.150.3800.10
HSL276.14º62.86%72.55%-
HSV(B)276.14º38.43%89.8%-
XYZ45.9236.1878.69-
YUV166.88163.06147.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=34.40%
G=25%
B=40.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941412290.150.3800.10276.1462.8672.55
HexC28DE5F260A1143f49
Octal302215345174601242477111
Binary1100001010001101111001011111100110010101000101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DE5; }

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

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

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

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

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

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

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

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