#D699ED

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

Shades of Wisteria #D699ED

Tints of Wisteria #D699ED

Color information

#D699ED (or 0xD699ED) is unknown color: approx Wisteria. HEX triplet: D6, 99 and ED. RGB value is (214,153,237). Sum of RGB (Red+Green+Blue) = 214+153+237=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #D699ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699ED is #296612. Grayscale: #B4B4B4. Windows color (decimal): -2713107 or 15571414. OLE color: 15571414.

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

Color convert

RGB214153237-
CMYK0.100.3500.07
HSL283.57º70%76.47%-
HSV(B)283.57º35.44%92.94%-
XYZ54.4143.1985.59-
YUV180.82159.71151.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=35.43%
G=25.33%
B=39.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141532370.100.3500.07283.577076.47
HexD699EDA230711c464c
Octal326231355124307434106114
Binary1101011010011001111011011010100011011110001110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699ED; }

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

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

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

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

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

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

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

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