#C88EDE

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

Shades of Wisteria #C88EDE

Tints of Wisteria #C88EDE

Color information

#C88EDE (or 0xC88EDE) is unknown color: approx Wisteria. HEX triplet: C8, 8E and DE. RGB value is (200,142,222). Sum of RGB (Red+Green+Blue) = 200+142+222=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDE is #377121. Grayscale: #A8A8A8. Windows color (decimal): -3633442 or 14585544. OLE color: 14585544.

HSL color Cylindrical-coordinate representation of color #C88EDE: hue angle of 283.5º degrees, saturation: 0.55, 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 #C88EDE is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200142222-
CMYK0.100.3600.13
HSL283.5º54.79%71.37%-
HSV(B)283.5º36.04%87.06%-
XYZ46.6836.973.77-
YUV168.46158.22150.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=35.46%
G=25.18%
B=39.36%

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
Decimal2001422220.100.3600.13283.554.7971.37
HexC88EDEA240D11c3747
Octal310216336124401543467107
Binary1100100010001110110111101010100100011011000111001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EDE; }

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

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

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

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

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

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

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

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