#D36EFD

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

Shades of Heliotrope #D36EFD

Tints of Heliotrope #D36EFD

Color information

#D36EFD (or 0xD36EFD) is unknown color: approx Heliotrope. HEX triplet: D3, 6E and FD. RGB value is (211,110,253). Sum of RGB (Red+Green+Blue) = 211+110+253=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #D36EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36EFD is #2C9102. Grayscale: #9C9C9C. Windows color (decimal): -2920707 or 16608979. OLE color: 16608979.

HSL color Cylindrical-coordinate representation of color #D36EFD: hue angle of 282.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D36EFD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211110253-
CMYK0.170.5700.01
HSL282.38º97.28%71.18%-
HSV(B)282.38º56.52%99.22%-
XYZ50.1732.0996.48-
YUV156.5182.46166.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 110 (43.36% from 255) = 19.16%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=36.76%
G=19.16%
B=44.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111102530.170.5700.01282.3897.2871.18
HexD36EFD11390111a6147
Octal323156375217101432141107
Binary11010011110111011111101100011110010110001101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36EFD; }

 p { color: rgb(211,110,253); }

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

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

 a { background-color: rgb(211,110,253); }

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

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

 span { border-color: rgb(211,110,253); }

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