#D06BF2

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

Shades of Heliotrope #D06BF2

Tints of Heliotrope #D06BF2

Color information

#D06BF2 (or 0xD06BF2) is unknown color: approx Heliotrope. HEX triplet: D0, 6B and F2. RGB value is (208,107,242). Sum of RGB (Red+Green+Blue) = 208+107+242=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #D06BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BF2 is #2F940D. Grayscale: #989898. Windows color (decimal): -3118094 or 15887312. OLE color: 15887312.

HSL color Cylindrical-coordinate representation of color #D06BF2: hue angle of 284.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06BF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208107242-
CMYK0.140.5600.05
HSL284.89º83.85%68.43%-
HSV(B)284.89º55.79%94.9%-
XYZ47.330.3487.37-
YUV152.59178.46167.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 107 (42.19% from 255) = 19.21%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=37.34%
G=19.21%
B=43.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081072420.140.5600.05284.8983.8568.43
HexD06BF2E380511d5444
Octal320153362167005435124104
Binary110100001101011111100101110111000010110001110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06BF2; }

 p { color: rgb(208,107,242); }

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

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

 a { background-color: rgb(208,107,242); }

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

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

 span { border-color: rgb(208,107,242); }

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