#D699F1

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

Shades of Wisteria #D699F1

Tints of Wisteria #D699F1

Color information

#D699F1 (or 0xD699F1) is unknown color: approx Wisteria. HEX triplet: D6, 99 and F1. RGB value is (214,153,241). Sum of RGB (Red+Green+Blue) = 214+153+241=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #D699F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F1 is #29660E. Grayscale: #B4B4B4. Windows color (decimal): -2713103 or 15833558. OLE color: 15833558.

HSL color Cylindrical-coordinate representation of color #D699F1: hue angle of 281.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D699F1 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214153241-
CMYK0.110.3700.05
HSL281.59º75.86%77.25%-
HSV(B)281.59º36.51%94.51%-
XYZ5543.4388.7-
YUV181.27161.71151.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=35.20%
G=25.16%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141532410.110.3700.05281.5975.8677.25
HexD699F1B250511a4c4d
Octal326231361134505432114115
Binary1101011010011001111100011011100101010110001101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699F1; }

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

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

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

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

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

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

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

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