#D06AED

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

Shades of Heliotrope #D06AED

Tints of Heliotrope #D06AED

Color information

#D06AED (or 0xD06AED) is unknown color: approx Heliotrope. HEX triplet: D0, 6A and ED. RGB value is (208,106,237). Sum of RGB (Red+Green+Blue) = 208+106+237=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AED is #2F9512. Grayscale: #979797. Windows color (decimal): -3118355 or 15559376. OLE color: 15559376.

HSL color Cylindrical-coordinate representation of color #D06AED: hue angle of 286.72º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06AED is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208106237-
CMYK0.120.5500.07
HSL286.72º78.44%67.25%-
HSV(B)286.72º55.27%92.94%-
XYZ46.4529.8383.43-
YUV151.43176.29168.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=37.75%
G=19.24%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081062370.120.5500.07286.7278.4467.25
HexD06AEDC370711f4e43
Octal320152355146707437116103
Binary110100001101010111011011100110111011110001111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AED; }

 p { color: rgb(208,106,237); }

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

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

 a { background-color: rgb(208,106,237); }

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

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

 span { border-color: rgb(208,106,237); }

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