#D38AFC

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

Shades of Heliotrope #D38AFC

Tints of Heliotrope #D38AFC

Color information

#D38AFC (or 0xD38AFC) is unknown color: approx Heliotrope. HEX triplet: D3, 8A and FC. RGB value is (211,138,252). Sum of RGB (Red+Green+Blue) = 211+138+252=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #D38AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AFC is #2C7503. Grayscale: #ACACAC. Windows color (decimal): -2913540 or 16550611. OLE color: 16550611.

HSL color Cylindrical-coordinate representation of color #D38AFC: hue angle of 278.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38AFC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211138252-
CMYK0.160.4500.01
HSL278.42º95%76.47%-
HSV(B)278.42º45.24%98.82%-
XYZ53.5239.0596.81-
YUV172.82172.68155.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.11%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=35.11%
G=22.96%
B=41.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111382520.160.4500.01278.429576.47
HexD38AFC102D011165f4c
Octal323212374205501426137114
Binary110100111000101011111100100001011010110001011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AFC; }

 p { color: rgb(211,138,252); }

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

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

 a { background-color: rgb(211,138,252); }

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

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

 span { border-color: rgb(211,138,252); }

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