#D685C9

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

Shades of Orchid #D685C9

Tints of Orchid #D685C9

Color information

#D685C9 (or 0xD685C9) is unknown color: approx Orchid. HEX triplet: D6, 85 and C9. RGB value is (214,133,201). Sum of RGB (Red+Green+Blue) = 214+133+201=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D685C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685C9 is #297A36. Grayscale: #A4A4A4. Windows color (decimal): -2718263 or 13206998. OLE color: 13206998.

HSL color Cylindrical-coordinate representation of color #D685C9: hue angle of 309.63º 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 #D685C9 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214133201-
CMYK00.380.060.16
HSL309.63º49.69%68.04%-
HSV(B)309.63º37.85%83.92%-
XYZ46.6635.2959.61-
YUV164.97148.34162.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=39.05%
G=24.27%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413320100.380.060.16309.6349.6968.04
HexD685C90266101363244
Octal32620531104662046662104
Binary1101011010000101110010010100110110100001001101101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685C9; }

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

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

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

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

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

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

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

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