#D684D5

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

Shades of Orchid #D684D5

Tints of Orchid #D684D5

Color information

#D684D5 (or 0xD684D5) is unknown color: approx Orchid. HEX triplet: D6, 84 and D5. RGB value is (214,132,213). Sum of RGB (Red+Green+Blue) = 214+132+213=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D5 is #297B2A. Grayscale: #A5A5A5. Windows color (decimal): -2718507 or 13993174. OLE color: 13993174.

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

Color convert

RGB214132213-
CMYK00.380.000.16
HSL300.73º50%67.84%-
HSV(B)300.73º38.32%83.92%-
XYZ47.9935.667.29-
YUV165.75154.67162.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=38.28%
G=23.61%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413221300.380.000.16300.735067.84
HexD684D502601012d3244
Octal32620432504602045562104
Binary11010110100001001101010101001100100001001011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684D5; }

 p { color: rgb(214,132,213); }

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

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

 a { background-color: rgb(214,132,213); }

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

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

 span { border-color: rgb(214,132,213); }

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