#D694F6

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

Shades of Wisteria #D694F6

Tints of Wisteria #D694F6

Color information

#D694F6 (or 0xD694F6) is unknown color: approx Wisteria. HEX triplet: D6, 94 and F6. RGB value is (214,148,246). Sum of RGB (Red+Green+Blue) = 214+148+246=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #D694F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694F6 is #296B09. Grayscale: #B2B2B2. Windows color (decimal): -2714378 or 16159958. OLE color: 16159958.

HSL color Cylindrical-coordinate representation of color #D694F6: hue angle of 280.41º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D694F6 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214148246-
CMYK0.130.4000.04
HSL280.41º84.48%77.25%-
HSV(B)280.41º39.84%96.47%-
XYZ54.9642.1392.42-
YUV178.91165.87153.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 246 (96.48% from 255) = 40.46%
R=35.20%
G=24.34%
B=40.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141482460.130.4000.04280.4184.4877.25
HexD694F6D2804118544d
Octal326224366155004430124115
Binary1101011010010100111101101101101000010010001100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694F6; }

 p { color: rgb(214,148,246); }

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

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

 a { background-color: rgb(214,148,246); }

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

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

 span { border-color: rgb(214,148,246); }

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