#D26AFF

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

Shades of Heliotrope #D26AFF

Tints of Heliotrope #D26AFF

Color information

#D26AFF (or 0xD26AFF) is unknown color: approx Heliotrope. HEX triplet: D2, 6A and FF. RGB value is (210,106,255). Sum of RGB (Red+Green+Blue) = 210+106+255=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #D26AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AFF is #2D9500. Grayscale: #999999. Windows color (decimal): -2987265 or 16739026. OLE color: 16739026.

HSL color Cylindrical-coordinate representation of color #D26AFF: hue angle of 281.88º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D26AFF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210106255-
CMYK0.180.5800
HSL281.88º100%70.78%-
HSV(B)281.88º58.43%100%-
XYZ49.7831.2398.01-
YUV154.08184.96167.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 106 (41.80% from 255) = 18.56%
BLUE value IS 255 (100% from 255) = 44.66%
R=36.78%
G=18.56%
B=44.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101062550.180.5800281.8810070.78
HexD26AFF123A0011a6447
Octal322152377227200432144107
Binary11010010110101011111111100101110100010001101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26AFF; }

 p { color: rgb(210,106,255); }

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

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

 a { background-color: rgb(210,106,255); }

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

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

 span { border-color: rgb(210,106,255); }

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