#C89BED

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

Shades of Wisteria #C89BED

Tints of Wisteria #C89BED

Color information

#C89BED (or 0xC89BED) is unknown color: approx Wisteria. HEX triplet: C8, 9B and ED. RGB value is (200,155,237). Sum of RGB (Red+Green+Blue) = 200+155+237=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #C89BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BED is #376412. Grayscale: #B1B1B1. Windows color (decimal): -3630099 or 15571912. OLE color: 15571912.

HSL color Cylindrical-coordinate representation of color #C89BED: hue angle of 272.93º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89BED is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200155237-
CMYK0.160.3500.07
HSL272.93º69.49%76.86%-
HSV(B)272.93º34.6%92.94%-
XYZ50.8341.8485.52-
YUV177.8161.41143.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=33.78%
G=26.18%
B=40.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001552370.160.3500.07272.9369.4976.86
HexC89BED102307111454d
Octal310233355204307421105115
Binary11001000100110111110110110000100011011110001000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89BED; }

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

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

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

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

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

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

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

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