#C390DA

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

Shades of Wisteria #C390DA

Tints of Wisteria #C390DA

Color information

#C390DA (or 0xC390DA) is unknown color: approx Wisteria. HEX triplet: C3, 90 and DA. RGB value is (195,144,218). Sum of RGB (Red+Green+Blue) = 195+144+218=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C390DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DA is #3C6F25. Grayscale: #A7A7A7. Windows color (decimal): -3960614 or 14323907. OLE color: 14323907.

HSL color Cylindrical-coordinate representation of color #C390DA: hue angle of 281.35º degrees, saturation: 0.5, 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 #C390DA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195144218-
CMYK0.110.3400.15
HSL281.35º50%70.98%-
HSV(B)281.35º33.94%85.49%-
XYZ45.1336.6171.02-
YUV167.68156.4147.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=35.01%
G=25.85%
B=39.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951442180.110.3400.15281.355070.98
HexC390DAB220F1193247
Octal303220332134201743162107
Binary1100001110010000110110101011100010011111000110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390DA; }

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

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

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

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

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

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

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

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