#C391DA

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

Shades of Wisteria #C391DA

Tints of Wisteria #C391DA

Color information

#C391DA (or 0xC391DA) is unknown color: approx Wisteria. HEX triplet: C3, 91 and DA. RGB value is (195,145,218). Sum of RGB (Red+Green+Blue) = 195+145+218=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C391DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DA is #3C6E25. Grayscale: #A8A8A8. Windows color (decimal): -3960358 or 14324163. OLE color: 14324163.

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

Color convert

RGB195145218-
CMYK0.110.3300.15
HSL281.1º49.66%71.18%-
HSV(B)281.1º33.49%85.49%-
XYZ45.2936.9171.07-
YUV168.27156.06147.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=34.95%
G=25.99%
B=39.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951452180.110.3300.15281.149.6671.18
HexC391DAB210F1193247
Octal303221332134101743162107
Binary1100001110010001110110101011100001011111000110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C391DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C391DA; }

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

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

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

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

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

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

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

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