#C28ADB

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

Shades of Wisteria #C28ADB

Tints of Wisteria #C28ADB

Color information

#C28ADB (or 0xC28ADB) is unknown color: approx Wisteria. HEX triplet: C2, 8A and DB. RGB value is (194,138,219). Sum of RGB (Red+Green+Blue) = 194+138+219=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADB is #3D7524. Grayscale: #A3A3A3. Windows color (decimal): -4027685 or 14387906. OLE color: 14387906.

HSL color Cylindrical-coordinate representation of color #C28ADB: hue angle of 281.48º 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 #C28ADB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194138219-
CMYK0.110.3700.14
HSL281.48º52.94%70%-
HSV(B)281.48º36.99%85.88%-
XYZ44.1234.7671.4-
YUV163.98159.05149.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=35.21%
G=25.05%
B=39.75%

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
Decimal1941382190.110.3700.14281.4852.9470
HexC28ADBB250E1193546
Octal302212333134501643165106
Binary1100001010001010110110111011100101011101000110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ADB; }

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

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

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

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

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

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

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

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