#D69CE9

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

Shades of Wisteria #D69CE9

Tints of Wisteria #D69CE9

Color information

#D69CE9 (or 0xD69CE9) is unknown color: approx Wisteria. HEX triplet: D6, 9C and E9. RGB value is (214,156,233). Sum of RGB (Red+Green+Blue) = 214+156+233=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #D69CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CE9 is #296316. Grayscale: #B5B5B5. Windows color (decimal): -2712343 or 15310038. OLE color: 15310038.

HSL color Cylindrical-coordinate representation of color #D69CE9: hue angle of 285.19º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69CE9 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214156233-
CMYK0.080.3300.09
HSL285.19º63.64%76.27%-
HSV(B)285.19º33.05%91.37%-
XYZ54.3343.9682.71-
YUV182.12156.72150.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=35.49%
G=25.87%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141562330.080.3300.09285.1963.6476.27
HexD69CE98210911d404c
Octal3262343511041011435100114
Binary11010110100111001110100110001000010100110001110110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CE9; }

 p { color: rgb(214,156,233); }

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

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

 a { background-color: rgb(214,156,233); }

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

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

 span { border-color: rgb(214,156,233); }

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