#D699F0

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

Shades of Wisteria #D699F0

Tints of Wisteria #D699F0

Color information

#D699F0 (or 0xD699F0) is unknown color: approx Wisteria. HEX triplet: D6, 99 and F0. RGB value is (214,153,240). Sum of RGB (Red+Green+Blue) = 214+153+240=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #D699F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F0 is #29660F. Grayscale: #B4B4B4. Windows color (decimal): -2713104 or 15768022. OLE color: 15768022.

HSL color Cylindrical-coordinate representation of color #D699F0: hue angle of 282.07º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D699F0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214153240-
CMYK0.110.3600.06
HSL282.07º74.36%77.06%-
HSV(B)282.07º36.25%94.12%-
XYZ54.8543.3787.92-
YUV181.16161.21151.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=35.26%
G=25.21%
B=39.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141532400.110.3600.06282.0774.3677.06
HexD699F0B240611a4a4d
Octal326231360134406432112115
Binary1101011010011001111100001011100100011010001101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699F0; }

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

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

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

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

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

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

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

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