#D985DA

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

Shades of Orchid #D985DA

Tints of Orchid #D985DA

Color information

#D985DA (or 0xD985DA) is unknown color: approx Orchid. HEX triplet: D9, 85 and DA. RGB value is (217,133,218). Sum of RGB (Red+Green+Blue) = 217+133+218=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D985DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DA is #267A25. Grayscale: #A7A7A7. Windows color (decimal): -2521638 or 14321113. OLE color: 14321113.

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

Color convert

RGB217133218-
CMYK0.000.3900.15
HSL299.29º53.46%68.82%-
HSV(B)299.29º38.99%85.49%-
XYZ49.6636.5970.77-
YUV167.81156.33163.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=38.20%
G=23.42%
B=38.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171332180.000.3900.15299.2953.4668.82
HexD985DA0270F12b3545
Octal33120533204701745365105
Binary1101100110000101110110100100111011111001010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985DA; }

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

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

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

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

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

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

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

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