#D06FFD

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

Shades of Heliotrope #D06FFD

Tints of Heliotrope #D06FFD

Color information

#D06FFD (or 0xD06FFD) is unknown color: approx Heliotrope. HEX triplet: D0, 6F and FD. RGB value is (208,111,253). Sum of RGB (Red+Green+Blue) = 208+111+253=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFD is #2F9002. Grayscale: #9B9B9B. Windows color (decimal): -3117059 or 16609232. OLE color: 16609232.

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

Color convert

RGB208111253-
CMYK0.180.5600.01
HSL280.99º97.26%71.37%-
HSV(B)280.99º56.13%99.22%-
XYZ49.4331.8796.48-
YUV156.19182.64164.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 19.41%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=36.36%
G=19.41%
B=44.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081112530.180.5600.01280.9997.2671.37
HexD06FFD1238011196147
Octal320157375227001431141107
Binary11010000110111111111101100101110000110001100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FFD; }

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

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

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

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

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

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

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

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