#D38BFE

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

Shades of Heliotrope #D38BFE

Tints of Heliotrope #D38BFE

Color information

#D38BFE (or 0xD38BFE) is unknown color: approx Heliotrope. HEX triplet: D3, 8B and FE. RGB value is (211,139,254). Sum of RGB (Red+Green+Blue) = 211+139+254=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #D38BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BFE is #2C7401. Grayscale: #ADADAD. Windows color (decimal): -2913282 or 16681939. OLE color: 16681939.

HSL color Cylindrical-coordinate representation of color #D38BFE: hue angle of 277.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38BFE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB211139254-
CMYK0.170.4500.00
HSL277.57º98.29%77.06%-
HSV(B)277.57º45.28%99.61%-
XYZ53.9939.4798.54-
YUV173.64173.35154.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 139 (54.69% from 255) = 23.01%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=34.93%
G=23.01%
B=42.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111392540.170.4500.00277.5798.2977.06
HexD38BFE112D00116624d
Octal323213376215500426142115
Binary110100111000101111111110100011011010010001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BFE; }

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

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

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

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

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

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

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

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