#D685DA

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

Shades of Orchid #D685DA

Tints of Orchid #D685DA

Color information

#D685DA (or 0xD685DA) is unknown color: approx Orchid. HEX triplet: D6, 85 and DA. RGB value is (214,133,218). Sum of RGB (Red+Green+Blue) = 214+133+218=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D685DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DA is #297A25. Grayscale: #A6A6A6. Windows color (decimal): -2718246 or 14321110. OLE color: 14321110.

HSL color Cylindrical-coordinate representation of color #D685DA: hue angle of 297.18º degrees, saturation: 0.53, 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 #D685DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214133218-
CMYK0.020.3900.15
HSL297.18º53.46%68.82%-
HSV(B)297.18º38.99%85.49%-
XYZ48.7736.1370.73-
YUV166.91156.84161.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=37.88%
G=23.54%
B=38.58%

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
Decimal2141332180.020.3900.15297.1853.4668.82
HexD685DA2270F1293545
Octal32620533224701745165105
Binary11010110100001011101101010100111011111001010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685DA; }

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

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

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

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

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

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

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

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