#C585D7

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

Shades of Wisteria #C585D7

Tints of Wisteria #C585D7

Color information

#C585D7 (or 0xC585D7) is unknown color: approx Wisteria. HEX triplet: C5, 85 and D7. RGB value is (197,133,215). Sum of RGB (Red+Green+Blue) = 197+133+215=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #C585D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585D7 is #3A7A28. Grayscale: #A1A1A1. Windows color (decimal): -3832361 or 14124485. OLE color: 14124485.

HSL color Cylindrical-coordinate representation of color #C585D7: hue angle of 286.83º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C585D7 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197133215-
CMYK0.080.3800.16
HSL286.83º50.62%68.24%-
HSV(B)286.83º38.14%84.31%-
XYZ43.6833.5568.46-
YUV161.48158.2153.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=36.15%
G=24.40%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971332150.080.3800.16286.8350.6268.24
HexC585D782601011f3344
Octal305205327104602043763104
Binary11000101100001011101011110001001100100001000111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585D7; }

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

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

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

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

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

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

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

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