#C585DE

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

Shades of Wisteria #C585DE

Tints of Wisteria #C585DE

Color information

#C585DE (or 0xC585DE) is unknown color: approx Wisteria. HEX triplet: C5, 85 and DE. RGB value is (197,133,222). Sum of RGB (Red+Green+Blue) = 197+133+222=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C585DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DE is #3A7A21. Grayscale: #A1A1A1. Windows color (decimal): -3832354 or 14583237. OLE color: 14583237.

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

Color convert

RGB197133222-
CMYK0.110.4000.13
HSL283.15º57.42%69.61%-
HSV(B)283.15º40.09%87.06%-
XYZ44.633.9273.3-
YUV162.28161.7152.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=35.69%
G=24.09%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971332220.110.4000.13283.1557.4269.61
HexC585DEB280D11b3946
Octal305205336135001543371106
Binary1100010110000101110111101011101000011011000110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585DE; }

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

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

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

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

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

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

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

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