#C88EDB

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

Shades of Wisteria #C88EDB

Tints of Wisteria #C88EDB

Color information

#C88EDB (or 0xC88EDB) is unknown color: approx Wisteria. HEX triplet: C8, 8E and DB. RGB value is (200,142,219). Sum of RGB (Red+Green+Blue) = 200+142+219=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDB is #377124. Grayscale: #A7A7A7. Windows color (decimal): -3633445 or 14388936. OLE color: 14388936.

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

Color convert

RGB200142219-
CMYK0.090.3500.14
HSL285.19º51.68%70.78%-
HSV(B)285.19º35.16%85.88%-
XYZ46.2836.7471.67-
YUV168.12156.72150.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=35.65%
G=25.31%
B=39.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001422190.090.3500.14285.1951.6870.78
HexC88EDB9230E11d3447
Octal310216333114301643564107
Binary1100100010001110110110111001100011011101000111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EDB; }

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

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

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

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

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

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

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

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