#C28EEB

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

Shades of Wisteria #C28EEB

Tints of Wisteria #C28EEB

Color information

#C28EEB (or 0xC28EEB) is unknown color: approx Wisteria. HEX triplet: C2, 8E and EB. RGB value is (194,142,235). Sum of RGB (Red+Green+Blue) = 194+142+235=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C28EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EEB is #3D7114. Grayscale: #A7A7A7. Windows color (decimal): -4026645 or 15437506. OLE color: 15437506.

HSL color Cylindrical-coordinate representation of color #C28EEB: hue angle of 273.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28EEB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194142235-
CMYK0.170.4000.08
HSL273.55º69.92%73.92%-
HSV(B)273.55º39.57%92.16%-
XYZ46.9236.8183.23-
YUV168.15165.73146.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=33.98%
G=24.87%
B=41.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941422350.170.4000.08273.5569.9273.92
HexC28EEB112808112464a
Octal3022163532150010422106112
Binary110000101000111011101011100011010000100010001001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EEB; }

 p { color: rgb(194,142,235); }

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

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

 a { background-color: rgb(194,142,235); }

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

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

 span { border-color: rgb(194,142,235); }

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