#D692EB

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

Shades of Wisteria #D692EB

Tints of Wisteria #D692EB

Color information

#D692EB (or 0xD692EB) is unknown color: approx Wisteria. HEX triplet: D6, 92 and EB. RGB value is (214,146,235). Sum of RGB (Red+Green+Blue) = 214+146+235=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #D692EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692EB is #296D14. Grayscale: #B0B0B0. Windows color (decimal): -2714901 or 15438550. OLE color: 15438550.

HSL color Cylindrical-coordinate representation of color #D692EB: hue angle of 285.84º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D692EB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214146235-
CMYK0.090.3800.08
HSL285.84º68.99%74.71%-
HSV(B)285.84º37.87%92.16%-
XYZ53.0140.8583.69-
YUV176.48161.03154.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=35.97%
G=24.54%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141462350.090.3800.08285.8468.9974.71
HexD692EB9260811e454b
Octal3262223531146010436105113
Binary11010110100100101110101110011001100100010001111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692EB; }

 p { color: rgb(214,146,235); }

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

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

 a { background-color: rgb(214,146,235); }

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

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

 span { border-color: rgb(214,146,235); }

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