#C391DC

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

Shades of Wisteria #C391DC

Tints of Wisteria #C391DC

Color information

#C391DC (or 0xC391DC) is unknown color: approx Wisteria. HEX triplet: C3, 91 and DC. RGB value is (195,145,220). Sum of RGB (Red+Green+Blue) = 195+145+220=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C391DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DC is #3C6E23. Grayscale: #A8A8A8. Windows color (decimal): -3960356 or 14455235. OLE color: 14455235.

HSL color Cylindrical-coordinate representation of color #C391DC: hue angle of 280º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C391DC is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195145220-
CMYK0.110.3400.14
HSL280º51.72%71.57%-
HSV(B)280º34.09%86.27%-
XYZ45.5537.0272.46-
YUV168.5157.06146.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=34.82%
G=25.89%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951452200.110.3400.1428051.7271.57
HexC391DCB220E1183448
Octal303221334134201643064110
Binary1100001110010001110111001011100010011101000110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C391DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C391DC; }

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

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

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

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

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

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

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

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