#D684DA

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

Shades of Orchid #D684DA

Tints of Orchid #D684DA

Color information

#D684DA (or 0xD684DA) is unknown color: approx Orchid. HEX triplet: D6, 84 and DA. RGB value is (214,132,218). Sum of RGB (Red+Green+Blue) = 214+132+218=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D684DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DA is #297B25. Grayscale: #A6A6A6. Windows color (decimal): -2718502 or 14320854. OLE color: 14320854.

HSL color Cylindrical-coordinate representation of color #D684DA: hue angle of 297.21º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D684DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214132218-
CMYK0.020.3900.15
HSL297.21º53.75%68.63%-
HSV(B)297.21º39.45%85.49%-
XYZ48.6435.8670.69-
YUV166.32157.17162.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=37.94%
G=23.40%
B=38.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141322180.020.3900.15297.2153.7568.63
HexD684DA2270F1293645
Octal32620433224701745166105
Binary11010110100001001101101010100111011111001010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684DA; }

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

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

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

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

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

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

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

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