#C88DDB

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

Shades of Wisteria #C88DDB

Tints of Wisteria #C88DDB

Color information

#C88DDB (or 0xC88DDB) is unknown color: approx Wisteria. HEX triplet: C8, 8D and DB. RGB value is (200,141,219). Sum of RGB (Red+Green+Blue) = 200+141+219=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDB is #377224. Grayscale: #A7A7A7. Windows color (decimal): -3633701 or 14388680. OLE color: 14388680.

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

Color convert

RGB200141219-
CMYK0.090.3600.14
HSL285.38º52%70.59%-
HSV(B)285.38º35.62%85.88%-
XYZ46.1336.4471.62-
YUV167.53157.05151.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=35.71%
G=25.18%
B=39.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001412190.090.3600.14285.385270.59
HexC88DDB9240E11d3447
Octal310215333114401643564107
Binary1100100010001101110110111001100100011101000111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DDB; }

 p { color: rgb(200,141,219); }

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

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

 a { background-color: rgb(200,141,219); }

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

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

 span { border-color: rgb(200,141,219); }

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