#D06FFE

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

Shades of Heliotrope #D06FFE

Tints of Heliotrope #D06FFE

Color information

#D06FFE (or 0xD06FFE) is unknown color: approx Heliotrope. HEX triplet: D0, 6F and FE. RGB value is (208,111,254). Sum of RGB (Red+Green+Blue) = 208+111+254=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #D06FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFE is #2F9001. Grayscale: #9B9B9B. Windows color (decimal): -3117058 or 16674768. OLE color: 16674768.

HSL color Cylindrical-coordinate representation of color #D06FFE: hue angle of 280.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06FFE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208111254-
CMYK0.180.5600.00
HSL280.7º98.62%71.57%-
HSV(B)280.7º56.3%99.61%-
XYZ49.5931.9397.32-
YUV156.3183.14164.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=36.30%
G=19.37%
B=44.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081112540.180.5600.00280.798.6271.57
HexD06FFE1238001196348
Octal320157376227000431143110
Binary11010000110111111111110100101110000010001100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FFE; }

 p { color: rgb(208,111,254); }

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

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

 a { background-color: rgb(208,111,254); }

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

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

 span { border-color: rgb(208,111,254); }

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