#C28EDB

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

Shades of Wisteria #C28EDB

Tints of Wisteria #C28EDB

Color information

#C28EDB (or 0xC28EDB) is unknown color: approx Wisteria. HEX triplet: C2, 8E and DB. RGB value is (194,142,219). Sum of RGB (Red+Green+Blue) = 194+142+219=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDB is #3D7124. Grayscale: #A6A6A6. Windows color (decimal): -4026661 or 14388930. OLE color: 14388930.

HSL color Cylindrical-coordinate representation of color #C28EDB: hue angle of 280.52º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28EDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194142219-
CMYK0.110.3500.14
HSL280.52º51.68%70.78%-
HSV(B)280.52º35.16%85.88%-
XYZ44.7135.9371.6-
YUV166.33157.73147.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=34.95%
G=25.59%
B=39.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941422190.110.3500.14280.5251.6870.78
HexC28EDBB230E1193447
Octal302216333134301643164107
Binary1100001010001110110110111011100011011101000110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EDB; }

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

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

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

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

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

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

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

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