#C89BEA

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

Shades of Wisteria #C89BEA

Tints of Wisteria #C89BEA

Color information

#C89BEA (or 0xC89BEA) is unknown color: approx Wisteria. HEX triplet: C8, 9B and EA. RGB value is (200,155,234). Sum of RGB (Red+Green+Blue) = 200+155+234=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C89BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BEA is #376415. Grayscale: #B1B1B1. Windows color (decimal): -3630102 or 15375304. OLE color: 15375304.

HSL color Cylindrical-coordinate representation of color #C89BEA: hue angle of 274.18º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89BEA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200155234-
CMYK0.150.3400.08
HSL274.18º65.29%76.27%-
HSV(B)274.18º33.76%91.76%-
XYZ50.3941.6683.23-
YUV177.46159.91144.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=33.96%
G=26.32%
B=39.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001552340.150.3400.08274.1865.2976.27
HexC89BEAF2208112414c
Octal3102333521742010422101114
Binary11001000100110111110101011111000100100010001001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89BEA; }

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

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

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

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

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

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

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

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