#D69FED

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

Shades of Wisteria #D69FED

Tints of Wisteria #D69FED

Color information

#D69FED (or 0xD69FED) is unknown color: approx Wisteria. HEX triplet: D6, 9F and ED. RGB value is (214,159,237). Sum of RGB (Red+Green+Blue) = 214+159+237=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #D69FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FED is #296012. Grayscale: #B8B8B8. Windows color (decimal): -2711571 or 15572950. OLE color: 15572950.

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

Color convert

RGB214159237-
CMYK0.100.3300.07
HSL282.31º68.42%77.65%-
HSV(B)282.31º32.91%92.94%-
XYZ55.4245.2185.93-
YUV184.34157.72149.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=35.08%
G=26.07%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141592370.100.3300.07282.3168.4277.65
HexD69FEDA210711a444e
Octal326237355124107432104116
Binary1101011010011111111011011010100001011110001101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FED; }

 p { color: rgb(214,159,237); }

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

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

 a { background-color: rgb(214,159,237); }

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

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

 span { border-color: rgb(214,159,237); }

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