#D06CF3

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

Shades of Heliotrope #D06CF3

Tints of Heliotrope #D06CF3

Color information

#D06CF3 (or 0xD06CF3) is unknown color: approx Heliotrope. HEX triplet: D0, 6C and F3. RGB value is (208,108,243). Sum of RGB (Red+Green+Blue) = 208+108+243=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #D06CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CF3 is #2F930C. Grayscale: #989898. Windows color (decimal): -3117837 or 15953104. OLE color: 15953104.

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

Color convert

RGB208108243-
CMYK0.140.5600.05
HSL284.44º84.91%68.82%-
HSV(B)284.44º55.56%95.29%-
XYZ47.5530.6188.2-
YUV153.29178.63167.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 108 (42.58% from 255) = 19.32%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=37.21%
G=19.32%
B=43.47%

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
Decimal2081082430.140.5600.05284.4484.9168.82
HexD06CF3E380511c5545
Octal320154363167005434125105
Binary110100001101100111100111110111000010110001110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CF3; }

 p { color: rgb(208,108,243); }

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

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

 a { background-color: rgb(208,108,243); }

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

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

 span { border-color: rgb(208,108,243); }

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