#D26EFA

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

Shades of Heliotrope #D26EFA

Tints of Heliotrope #D26EFA

Color information

#D26EFA (or 0xD26EFA) is unknown color: approx Heliotrope. HEX triplet: D2, 6E and FA. RGB value is (210,110,250). Sum of RGB (Red+Green+Blue) = 210+110+250=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #D26EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EFA is #2D9105. Grayscale: #9B9B9B. Windows color (decimal): -2986246 or 16412370. OLE color: 16412370.

HSL color Cylindrical-coordinate representation of color #D26EFA: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26EFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210110250-
CMYK0.160.5600.02
HSL282.86º93.33%70.59%-
HSV(B)282.86º56%98.04%-
XYZ49.4131.7693.97-
YUV155.86181.13166.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 110 (43.36% from 255) = 19.30%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=36.84%
G=19.30%
B=43.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101102500.160.5600.02282.8693.3370.59
HexD26EFA10380211b5d47
Octal322156372207002433135107
Binary110100101101110111110101000011100001010001101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EFA; }

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

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

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

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

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

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

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

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