#C88EDD

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

Shades of Wisteria #C88EDD

Tints of Wisteria #C88EDD

Color information

#C88EDD (or 0xC88EDD) is unknown color: approx Wisteria. HEX triplet: C8, 8E and DD. RGB value is (200,142,221). Sum of RGB (Red+Green+Blue) = 200+142+221=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDD is #377122. Grayscale: #A8A8A8. Windows color (decimal): -3633443 or 14520008. OLE color: 14520008.

HSL color Cylindrical-coordinate representation of color #C88EDD: hue angle of 284.05º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88EDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200142221-
CMYK0.100.3600.13
HSL284.05º53.74%71.18%-
HSV(B)284.05º35.75%86.67%-
XYZ46.5436.8573.07-
YUV168.35157.72150.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=35.52%
G=25.22%
B=39.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001422210.100.3600.13284.0553.7471.18
HexC88EDDA240D11c3647
Octal310216335124401543466107
Binary1100100010001110110111011010100100011011000111001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EDD; }

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

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

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

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

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

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

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

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