#C390D9

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

Shades of Wisteria #C390D9

Tints of Wisteria #C390D9

Color information

#C390D9 (or 0xC390D9) is unknown color: approx Wisteria. HEX triplet: C3, 90 and D9. RGB value is (195,144,217). Sum of RGB (Red+Green+Blue) = 195+144+217=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #C390D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390D9 is #3C6F26. Grayscale: #A7A7A7. Windows color (decimal): -3960615 or 14258371. OLE color: 14258371.

HSL color Cylindrical-coordinate representation of color #C390D9: hue angle of 281.92º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C390D9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195144217-
CMYK0.100.3400.15
HSL281.92º48.99%70.78%-
HSV(B)281.92º33.64%85.1%-
XYZ4536.5670.33-
YUV167.57155.9147.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=35.07%
G=25.90%
B=39.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951442170.100.3400.15281.9248.9970.78
HexC390D9A220F11a3147
Octal303220331124201743261107
Binary1100001110010000110110011010100010011111000110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390D9; }

 p { color: rgb(195,144,217); }

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

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

 a { background-color: rgb(195,144,217); }

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

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

 span { border-color: rgb(195,144,217); }

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