#D698ED

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

Shades of Wisteria #D698ED

Tints of Wisteria #D698ED

Color information

#D698ED (or 0xD698ED) is unknown color: approx Wisteria. HEX triplet: D6, 98 and ED. RGB value is (214,152,237). Sum of RGB (Red+Green+Blue) = 214+152+237=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D698ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698ED is #296712. Grayscale: #B3B3B3. Windows color (decimal): -2713363 or 15571158. OLE color: 15571158.

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

Color convert

RGB214152237-
CMYK0.100.3600.07
HSL283.76º70.25%76.27%-
HSV(B)283.76º35.86%92.94%-
XYZ54.2542.8785.54-
YUV180.23160.04152.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 152 (59.77% from 255) = 25.21%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=35.49%
G=25.21%
B=39.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141522370.100.3600.07283.7670.2576.27
HexD698EDA240711c464c
Octal326230355124407434106114
Binary1101011010011000111011011010100100011110001110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698ED; }

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

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

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

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

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

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

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

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