#D06FD8

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

Shades of Orchid #D06FD8

Tints of Orchid #D06FD8

Color information

#D06FD8 (or 0xD06FD8) is unknown color: approx Orchid. HEX triplet: D0, 6F and D8. RGB value is (208,111,216). Sum of RGB (Red+Green+Blue) = 208+111+216=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #D06FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD8 is #2F9027. Grayscale: #979797. Windows color (decimal): -3117096 or 14184400. OLE color: 14184400.

HSL color Cylindrical-coordinate representation of color #D06FD8: hue angle of 295.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06FD8 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208111216-
CMYK0.040.4900.15
HSL295.43º57.38%64.12%-
HSV(B)295.43º48.61%84.71%-
XYZ44.0929.7468.38-
YUV151.97164.14167.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=38.88%
G=20.75%
B=40.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081112160.040.4900.15295.4357.3864.12
HexD06FD84310F1273940
Octal32015733046101744771100
Binary11010000110111111011000100110001011111001001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FD8; }

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

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

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

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

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

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

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

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