#C28BDB

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

Shades of Wisteria #C28BDB

Tints of Wisteria #C28BDB

Color information

#C28BDB (or 0xC28BDB) is unknown color: approx Wisteria. HEX triplet: C2, 8B and DB. RGB value is (194,139,219). Sum of RGB (Red+Green+Blue) = 194+139+219=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDB is #3D7424. Grayscale: #A4A4A4. Windows color (decimal): -4027429 or 14388162. OLE color: 14388162.

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

Color convert

RGB194139219-
CMYK0.110.3700.14
HSL281.25º52.63%70.2%-
HSV(B)281.25º36.53%85.88%-
XYZ44.2735.0571.45-
YUV164.56158.72149-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=35.14%
G=25.18%
B=39.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941392190.110.3700.14281.2552.6370.2
HexC28BDBB250E1193546
Octal302213333134501643165106
Binary1100001010001011110110111011100101011101000110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BDB; }

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

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

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

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

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

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

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

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