#C89BF2

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

Shades of Wisteria #C89BF2

Tints of Wisteria #C89BF2

Color information

#C89BF2 (or 0xC89BF2) is unknown color: approx Wisteria. HEX triplet: C8, 9B and F2. RGB value is (200,155,242). Sum of RGB (Red+Green+Blue) = 200+155+242=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #C89BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BF2 is #37640D. Grayscale: #B2B2B2. Windows color (decimal): -3630094 or 15899592. OLE color: 15899592.

HSL color Cylindrical-coordinate representation of color #C89BF2: hue angle of 271.03º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C89BF2 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200155242-
CMYK0.170.3600.05
HSL271.03º76.99%77.84%-
HSV(B)271.03º35.95%94.9%-
XYZ51.5742.1389.42-
YUV178.37163.91143.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=33.50%
G=25.96%
B=40.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001552420.170.3600.05271.0376.9977.84
HexC89BF211240510f4d4e
Octal310233362214405417115116
Binary11001000100110111111001010001100100010110000111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89BF2; }

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

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

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

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

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

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

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

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