#D38BF0

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

Shades of Wisteria #D38BF0

Tints of Wisteria #D38BF0

Color information

#D38BF0 (or 0xD38BF0) is unknown color: approx Wisteria. HEX triplet: D3, 8B and F0. RGB value is (211,139,240). Sum of RGB (Red+Green+Blue) = 211+139+240=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #D38BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BF0 is #2C740F. Grayscale: #ABABAB. Windows color (decimal): -2913296 or 15764435. OLE color: 15764435.

HSL color Cylindrical-coordinate representation of color #D38BF0: hue angle of 282.77º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D38BF0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211139240-
CMYK0.120.4200.06
HSL282.77º77.1%74.31%-
HSV(B)282.77º42.08%94.12%-
XYZ51.8238.6187.16-
YUV172.04166.35155.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 139 (54.69% from 255) = 23.56%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=35.76%
G=23.56%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111392400.120.4200.06282.7777.174.31
HexD38BF0C2A0611b4d4a
Octal323213360145206433115112
Binary1101001110001011111100001100101010011010001101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BF0; }

 p { color: rgb(211,139,240); }

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

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

 a { background-color: rgb(211,139,240); }

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

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

 span { border-color: rgb(211,139,240); }

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