#D276ED

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

Shades of Heliotrope #D276ED

Tints of Heliotrope #D276ED

Color information

#D276ED (or 0xD276ED) is unknown color: approx Heliotrope. HEX triplet: D2, 76 and ED. RGB value is (210,118,237). Sum of RGB (Red+Green+Blue) = 210+118+237=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D276ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276ED is #2D8912. Grayscale: #9E9E9E. Windows color (decimal): -2984211 or 15562450. OLE color: 15562450.

HSL color Cylindrical-coordinate representation of color #D276ED: hue angle of 286.39º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D276ED is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210118237-
CMYK0.110.5000.07
HSL286.39º76.77%69.61%-
HSV(B)286.39º50.21%92.94%-
XYZ48.3432.7783.9-
YUV159.07171.98164.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=37.17%
G=20.88%
B=41.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101182370.110.5000.07286.3976.7769.61
HexD276EDB320711e4d46
Octal322166355136207436115106
Binary110100101110110111011011011110010011110001111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276ED; }

 p { color: rgb(210,118,237); }

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

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

 a { background-color: rgb(210,118,237); }

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

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

 span { border-color: rgb(210,118,237); }

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