#D276EF

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

Shades of Heliotrope #D276EF

Tints of Heliotrope #D276EF

Color information

#D276EF (or 0xD276EF) is unknown color: approx Heliotrope. HEX triplet: D2, 76 and EF. RGB value is (210,118,239). Sum of RGB (Red+Green+Blue) = 210+118+239=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D276EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276EF is #2D8910. Grayscale: #9E9E9E. Windows color (decimal): -2984209 or 15693522. OLE color: 15693522.

HSL color Cylindrical-coordinate representation of color #D276EF: hue angle of 285.62º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D276EF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210118239-
CMYK0.120.5100.06
HSL285.62º79.08%70%-
HSV(B)285.62º50.63%93.73%-
XYZ48.6432.8985.45-
YUV159.3172.98164.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 118 (46.48% from 255) = 20.81%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=37.04%
G=20.81%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101182390.120.5100.06285.6279.0870
HexD276EFC330611e4f46
Octal322166357146306436117106
Binary110100101110110111011111100110011011010001111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276EF; }

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

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

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

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

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

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

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

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