#D692F7

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

Shades of Wisteria #D692F7

Tints of Wisteria #D692F7

Color information

#D692F7 (or 0xD692F7) is unknown color: approx Wisteria. HEX triplet: D6, 92 and F7. RGB value is (214,146,247). Sum of RGB (Red+Green+Blue) = 214+146+247=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #D692F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692F7 is #296D08. Grayscale: #B1B1B1. Windows color (decimal): -2714889 or 16224982. OLE color: 16224982.

HSL color Cylindrical-coordinate representation of color #D692F7: hue angle of 280.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D692F7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214146247-
CMYK0.130.4100.03
HSL280.4º86.32%77.06%-
HSV(B)280.4º40.89%96.86%-
XYZ54.841.5793.13-
YUV177.85167.03153.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=35.26%
G=24.05%
B=40.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141462470.130.4100.03280.486.3277.06
HexD692F7D2903118564d
Octal326222367155103430126115
Binary110101101001001011110111110110100101110001100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692F7; }

 p { color: rgb(214,146,247); }

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

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

 a { background-color: rgb(214,146,247); }

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

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

 span { border-color: rgb(214,146,247); }

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