#D26EFD

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

Shades of Heliotrope #D26EFD

Tints of Heliotrope #D26EFD

Color information

#D26EFD (or 0xD26EFD) is unknown color: approx Heliotrope. HEX triplet: D2, 6E and FD. RGB value is (210,110,253). Sum of RGB (Red+Green+Blue) = 210+110+253=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #D26EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EFD is #2D9102. Grayscale: #9B9B9B. Windows color (decimal): -2986243 or 16608978. OLE color: 16608978.

HSL color Cylindrical-coordinate representation of color #D26EFD: hue angle of 281.96º 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 #D26EFD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210110253-
CMYK0.170.5700.01
HSL281.96º97.28%71.18%-
HSV(B)281.96º56.52%99.22%-
XYZ49.8831.9596.47-
YUV156.2182.63166.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 110 (43.36% from 255) = 19.20%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=36.65%
G=19.20%
B=44.15%

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
Decimal2101102530.170.5700.01281.9697.2871.18
HexD26EFD11390111a6147
Octal322156375217101432141107
Binary11010010110111011111101100011110010110001101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EFD; }

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

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

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

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

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

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

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

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