#C385DB

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

Shades of Wisteria #C385DB

Tints of Wisteria #C385DB

Color information

#C385DB (or 0xC385DB) is unknown color: approx Wisteria. HEX triplet: C3, 85 and DB. RGB value is (195,133,219). Sum of RGB (Red+Green+Blue) = 195+133+219=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385DB is #3C7A24. Grayscale: #A1A1A1. Windows color (decimal): -3963429 or 14386627. OLE color: 14386627.

HSL color Cylindrical-coordinate representation of color #C385DB: hue angle of 283.26º degrees, saturation: 0.54, 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 #C385DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195133219-
CMYK0.110.3900.14
HSL283.26º54.43%69.02%-
HSV(B)283.26º39.27%85.88%-
XYZ43.6833.4971.18-
YUV161.34160.54152.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=35.65%
G=24.31%
B=40.04%

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
Decimal1951332190.110.3900.14283.2654.4369.02
HexC385DBB270E11b3645
Octal303205333134701643366105
Binary1100001110000101110110111011100111011101000110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385DB; }

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

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

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

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

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

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

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

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