#C89BD5

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

Shades of Wisteria #C89BD5

Tints of Wisteria #C89BD5

Color information

#C89BD5 (or 0xC89BD5) is unknown color: approx Wisteria. HEX triplet: C8, 9B and D5. RGB value is (200,155,213). Sum of RGB (Red+Green+Blue) = 200+155+213=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #C89BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BD5 is #37642A. Grayscale: #AEAEAE. Windows color (decimal): -3630123 or 13999048. OLE color: 13999048.

HSL color Cylindrical-coordinate representation of color #C89BD5: hue angle of 286.55º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89BD5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200155213-
CMYK0.060.2700.16
HSL286.55º40.85%72.16%-
HSV(B)286.55º27.23%83.53%-
XYZ47.5540.5368.27-
YUV175.07149.41145.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=35.21%
G=27.29%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001552130.060.2700.16286.5540.8572.16
HexC89BD561B01011f2948
Octal31023332563302043751110
Binary110010001001101111010101110110110100001000111111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89BD5; }

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

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

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

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

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

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

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

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