#D06AFB

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

Shades of Heliotrope #D06AFB

Tints of Heliotrope #D06AFB

Color information

#D06AFB (or 0xD06AFB) is unknown color: approx Heliotrope. HEX triplet: D0, 6A and FB. RGB value is (208,106,251). Sum of RGB (Red+Green+Blue) = 208+106+251=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #D06AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AFB is #2F9504. Grayscale: #989898. Windows color (decimal): -3118341 or 16476880. OLE color: 16476880.

HSL color Cylindrical-coordinate representation of color #D06AFB: hue angle of 282.21º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06AFB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208106251-
CMYK0.170.5800.02
HSL282.21º94.77%70%-
HSV(B)282.21º57.77%98.43%-
XYZ48.5830.6894.63-
YUV153.03183.29167.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=36.81%
G=18.76%
B=44.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081062510.170.5800.02282.2194.7770
HexD06AFB113A0211a5f46
Octal320152373217202432137106
Binary110100001101010111110111000111101001010001101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AFB; }

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

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

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

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

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

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

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

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