#C89AF0

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

Shades of Wisteria #C89AF0

Tints of Wisteria #C89AF0

Color information

#C89AF0 (or 0xC89AF0) is unknown color: approx Wisteria. HEX triplet: C8, 9A and F0. RGB value is (200,154,240). Sum of RGB (Red+Green+Blue) = 200+154+240=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #C89AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AF0 is #37650F. Grayscale: #B1B1B1. Windows color (decimal): -3630352 or 15768264. OLE color: 15768264.

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

Color convert

RGB200154240-
CMYK0.170.3600.06
HSL272.09º74.14%77.25%-
HSV(B)272.09º35.83%94.12%-
XYZ51.141.6887.79-
YUV177.56163.24144.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=33.67%
G=25.93%
B=40.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001542400.170.3600.06272.0974.1477.25
HexC89AF01124061104a4d
Octal310232360214406420112115
Binary11001000100110101111000010001100100011010001000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89AF0; }

 p { color: rgb(200,154,240); }

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

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

 a { background-color: rgb(200,154,240); }

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

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

 span { border-color: rgb(200,154,240); }

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