#C88EED

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

Shades of Wisteria #C88EED

Tints of Wisteria #C88EED

Color information

#C88EED (or 0xC88EED) is unknown color: approx Wisteria. HEX triplet: C8, 8E and ED. RGB value is (200,142,237). Sum of RGB (Red+Green+Blue) = 200+142+237=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C88EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EED is #377112. Grayscale: #A9A9A9. Windows color (decimal): -3633427 or 15568584. OLE color: 15568584.

HSL color Cylindrical-coordinate representation of color #C88EED: hue angle of 276.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88EED is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200142237-
CMYK0.160.4000.07
HSL276.63º72.52%74.31%-
HSV(B)276.63º40.08%92.94%-
XYZ48.7837.7484.83-
YUV170.17165.72149.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=34.54%
G=24.53%
B=40.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001422370.160.4000.07276.6372.5274.31
HexC88EED102807115494a
Octal310216355205007425111112
Binary11001000100011101110110110000101000011110001010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EED; }

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

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

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

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

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

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

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

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