#C385DD

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

Shades of Wisteria #C385DD

Tints of Wisteria #C385DD

Color information

#C385DD (or 0xC385DD) is unknown color: approx Wisteria. HEX triplet: C3, 85 and DD. RGB value is (195,133,221). Sum of RGB (Red+Green+Blue) = 195+133+221=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C385DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385DD is #3C7A22. Grayscale: #A1A1A1. Windows color (decimal): -3963427 or 14517699. OLE color: 14517699.

HSL color Cylindrical-coordinate representation of color #C385DD: hue angle of 282.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C385DD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195133221-
CMYK0.120.4000.13
HSL282.27º56.41%69.41%-
HSV(B)282.27º39.82%86.67%-
XYZ43.9433.672.58-
YUV161.57161.54151.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=35.52%
G=24.23%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951332210.120.4000.13282.2756.4169.41
HexC385DDC280D11a3845
Octal303205335145001543270105
Binary1100001110000101110111011100101000011011000110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385DD; }

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

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

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

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

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

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

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

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