#C88BDE

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

Shades of Wisteria #C88BDE

Tints of Wisteria #C88BDE

Color information

#C88BDE (or 0xC88BDE) is unknown color: approx Wisteria. HEX triplet: C8, 8B and DE. RGB value is (200,139,222). Sum of RGB (Red+Green+Blue) = 200+139+222=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BDE is #377421. Grayscale: #A6A6A6. Windows color (decimal): -3634210 or 14584776. OLE color: 14584776.

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

Color convert

RGB200139222-
CMYK0.100.3700.13
HSL284.1º55.7%70.78%-
HSV(B)284.1º37.39%87.06%-
XYZ46.2436.0273.62-
YUV166.7159.21151.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=35.65%
G=24.78%
B=39.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001392220.100.3700.13284.155.770.78
HexC88BDEA250D11c3847
Octal310213336124501543470107
Binary1100100010001011110111101010100101011011000111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BDE; }

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

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

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

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

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

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

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

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