#C585DB

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

Shades of Wisteria #C585DB

Tints of Wisteria #C585DB

Color information

#C585DB (or 0xC585DB) is unknown color: approx Wisteria. HEX triplet: C5, 85 and DB. RGB value is (197,133,219). Sum of RGB (Red+Green+Blue) = 197+133+219=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C585DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DB is #3A7A24. Grayscale: #A1A1A1. Windows color (decimal): -3832357 or 14386629. OLE color: 14386629.

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

Color convert

RGB197133219-
CMYK0.100.3900.14
HSL284.65º54.43%69.02%-
HSV(B)284.65º39.27%85.88%-
XYZ44.233.7671.2-
YUV161.94160.2153.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=35.88%
G=24.23%
B=39.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971332190.100.3900.14284.6554.4369.02
HexC585DBA270E11d3645
Octal305205333124701643566105
Binary1100010110000101110110111010100111011101000111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585DB; }

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

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

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

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

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

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

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

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