#C385D0

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

Shades of Wisteria #C385D0

Tints of Wisteria #C385D0

Color information

#C385D0 (or 0xC385D0) is unknown color: approx Wisteria. HEX triplet: C3, 85 and D0. RGB value is (195,133,208). Sum of RGB (Red+Green+Blue) = 195+133+208=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C385D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385D0 is #3C7A2F. Grayscale: #9F9F9F. Windows color (decimal): -3963440 or 13665731. OLE color: 13665731.

HSL color Cylindrical-coordinate representation of color #C385D0: hue angle of 289.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C385D0 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195133208-
CMYK0.060.3600.18
HSL289.6º44.38%66.86%-
HSV(B)289.6º36.06%81.57%-
XYZ42.2832.9363.8-
YUV160.09155.04152.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=36.38%
G=24.81%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951332080.060.3600.18289.644.3866.86
HexC385D06240121222c43
Octal30320532064402244254103
Binary1100001110000101110100001101001000100101001000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385D0; }

 p { color: rgb(195,133,208); }

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

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

 a { background-color: rgb(195,133,208); }

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

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

 span { border-color: rgb(195,133,208); }

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