#D685D0

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

Shades of Orchid #D685D0

Tints of Orchid #D685D0

Color information

#D685D0 (or 0xD685D0) is unknown color: approx Orchid. HEX triplet: D6, 85 and D0. RGB value is (214,133,208). Sum of RGB (Red+Green+Blue) = 214+133+208=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D685D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685D0 is #297A2F. Grayscale: #A5A5A5. Windows color (decimal): -2718256 or 13665750. OLE color: 13665750.

HSL color Cylindrical-coordinate representation of color #D685D0: hue angle of 304.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685D0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214133208-
CMYK00.380.030.16
HSL304.44º49.69%68.04%-
HSV(B)304.44º37.85%83.92%-
XYZ47.535.6364.05-
YUV165.77151.84162.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=38.56%
G=23.96%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413320800.380.030.16304.4449.6968.04
HexD685D00263101303244
Octal32620532004632046062104
Binary110101101000010111010000010011011100001001100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685D0; }

 p { color: rgb(214,133,208); }

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

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

 a { background-color: rgb(214,133,208); }

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

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

 span { border-color: rgb(214,133,208); }

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