#D06CFE

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

Shades of Heliotrope #D06CFE

Tints of Heliotrope #D06CFE

Color information

#D06CFE (or 0xD06CFE) is unknown color: approx Heliotrope. HEX triplet: D0, 6C and FE. RGB value is (208,108,254). Sum of RGB (Red+Green+Blue) = 208+108+254=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #D06CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CFE is #2F9301. Grayscale: #9A9A9A. Windows color (decimal): -3117826 or 16674000. OLE color: 16674000.

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

Color convert

RGB208108254-
CMYK0.180.5700.00
HSL281.1º98.65%70.98%-
HSV(B)281.1º57.48%99.61%-
XYZ49.2631.2997.21-
YUV154.54184.13166.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=36.49%
G=18.95%
B=44.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081082540.180.5700.00281.198.6570.98
HexD06CFE1239001196347
Octal320154376227100431143107
Binary11010000110110011111110100101110010010001100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CFE; }

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

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

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

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

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

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

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

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