#D06AFD

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

Shades of Heliotrope #D06AFD

Tints of Heliotrope #D06AFD

Color information

#D06AFD (or 0xD06AFD) is unknown color: approx Heliotrope. HEX triplet: D0, 6A and FD. RGB value is (208,106,253). Sum of RGB (Red+Green+Blue) = 208+106+253=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AFD is #2F9502. Grayscale: #989898. Windows color (decimal): -3118339 or 16607952. OLE color: 16607952.

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

Color convert

RGB208106253-
CMYK0.180.5800.01
HSL281.63º97.35%70.39%-
HSV(B)281.63º58.1%99.22%-
XYZ48.930.8196.3-
YUV153.26184.29167.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 106 (41.80% from 255) = 18.69%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=36.68%
G=18.69%
B=44.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081062530.180.5800.01281.6397.3570.39
HexD06AFD123A0111a6146
Octal320152375227201432141106
Binary11010000110101011111101100101110100110001101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AFD; }

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

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

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

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

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

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

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

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