#C386DC

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

Shades of Wisteria #C386DC

Tints of Wisteria #C386DC

Color information

#C386DC (or 0xC386DC) is unknown color: approx Wisteria. HEX triplet: C3, 86 and DC. RGB value is (195,134,220). Sum of RGB (Red+Green+Blue) = 195+134+220=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C386DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DC is #3C7923. Grayscale: #A1A1A1. Windows color (decimal): -3963172 or 14452419. OLE color: 14452419.

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

Color convert

RGB195134220-
CMYK0.110.3900.14
HSL282.56º55.13%69.41%-
HSV(B)282.56º39.09%86.27%-
XYZ43.9533.8271.92-
YUV162.04160.71151.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=35.52%
G=24.41%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951342200.110.3900.14282.5655.1369.41
HexC386DCB270E11b3745
Octal303206334134701643367105
Binary1100001110000110110111001011100111011101000110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386DC; }

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

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

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

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

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

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

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

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