#D58CED

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

Shades of Wisteria #D58CED

Tints of Wisteria #D58CED

Color information

#D58CED (or 0xD58CED) is unknown color: approx Wisteria. HEX triplet: D5, 8C and ED. RGB value is (213,140,237). Sum of RGB (Red+Green+Blue) = 213+140+237=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CED is #2A7312. Grayscale: #ACACAC. Windows color (decimal): -2781971 or 15568085. OLE color: 15568085.

HSL color Cylindrical-coordinate representation of color #D58CED: hue angle of 285.15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58CED is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213140237-
CMYK0.100.4100.07
HSL285.15º72.93%73.92%-
HSV(B)285.15º40.93%92.94%-
XYZ52.139.0284.91-
YUV172.88164.18156.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=36.10%
G=23.73%
B=40.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131402370.100.4100.07285.1572.9373.92
HexD58CEDA290711d494a
Octal325214355125107435111112
Binary1101010110001100111011011010101001011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CED; }

 p { color: rgb(213,140,237); }

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

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

 a { background-color: rgb(213,140,237); }

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

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

 span { border-color: rgb(213,140,237); }

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