#D986CA

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

Shades of Orchid #D986CA

Tints of Orchid #D986CA

Color information

#D986CA (or 0xD986CA) is unknown color: approx Orchid. HEX triplet: D9, 86 and CA. RGB value is (217,134,202). Sum of RGB (Red+Green+Blue) = 217+134+202=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D986CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986CA is #267935. Grayscale: #A6A6A6. Windows color (decimal): -2521398 or 13272793. OLE color: 13272793.

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

Color convert

RGB217134202-
CMYK00.380.070.15
HSL310.84º52.2%68.82%-
HSV(B)310.84º38.25%85.1%-
XYZ47.836.0760.32-
YUV166.57148163.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=39.24%
G=24.23%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713420200.380.070.15310.8452.268.82
HexD986CA0267F1373445
Octal33120631204671746764105
Binary110110011000011011001010010011011111111001101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986CA; }

 p { color: rgb(217,134,202); }

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

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

 a { background-color: rgb(217,134,202); }

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

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

 span { border-color: rgb(217,134,202); }

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