#C489D5

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

Shades of Wisteria #C489D5

Tints of Wisteria #C489D5

Color information

#C489D5 (or 0xC489D5) is unknown color: approx Wisteria. HEX triplet: C4, 89 and D5. RGB value is (196,137,213). Sum of RGB (Red+Green+Blue) = 196+137+213=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #C489D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C489D5 is #3B762A. Grayscale: #A3A3A3. Windows color (decimal): -3896875 or 13994436. OLE color: 13994436.

HSL color Cylindrical-coordinate representation of color #C489D5: hue angle of 286.58º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C489D5 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196137213-
CMYK0.080.3600.16
HSL286.58º47.5%68.63%-
HSV(B)286.58º35.68%83.53%-
XYZ43.7234.4367.29-
YUV163.3156.05151.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=35.90%
G=25.09%
B=39.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961372130.080.3600.16286.5847.568.63
HexC489D582401011f2f45
Octal304211325104402043757105
Binary11000100100010011101010110001001000100001000111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C489D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C489D5; }

 p { color: rgb(196,137,213); }

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

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

 a { background-color: rgb(196,137,213); }

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

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

 span { border-color: rgb(196,137,213); }

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