#D39CEE

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

Shades of Wisteria #D39CEE

Tints of Wisteria #D39CEE

Color information

#D39CEE (or 0xD39CEE) is unknown color: approx Wisteria. HEX triplet: D3, 9C and EE. RGB value is (211,156,238). Sum of RGB (Red+Green+Blue) = 211+156+238=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #D39CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CEE is #2C6311. Grayscale: #B5B5B5. Windows color (decimal): -2908946 or 15637715. OLE color: 15637715.

HSL color Cylindrical-coordinate representation of color #D39CEE: hue angle of 280.24º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D39CEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211156238-
CMYK0.110.3400.07
HSL280.24º70.69%77.25%-
HSV(B)280.24º34.45%93.33%-
XYZ54.1943.886.49-
YUV181.79159.72148.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=34.88%
G=25.79%
B=39.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111562380.110.3400.07280.2470.6977.25
HexD39CEEB2207118474d
Octal323234356134207430107115
Binary1101001110011100111011101011100010011110001100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CEE; }

 p { color: rgb(211,156,238); }

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

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

 a { background-color: rgb(211,156,238); }

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

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

 span { border-color: rgb(211,156,238); }

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