#D986CB

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

Shades of Orchid #D986CB

Tints of Orchid #D986CB

Color information

#D986CB (or 0xD986CB) is unknown color: approx Orchid. HEX triplet: D9, 86 and CB. RGB value is (217,134,203). Sum of RGB (Red+Green+Blue) = 217+134+203=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D986CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986CB is #267934. Grayscale: #A6A6A6. Windows color (decimal): -2521397 or 13338329. OLE color: 13338329.

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

Color convert

RGB217134203-
CMYK00.380.060.15
HSL310.12º52.2%68.82%-
HSV(B)310.12º38.25%85.1%-
XYZ47.9236.1160.94-
YUV166.68148.5163.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=39.17%
G=24.19%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713420300.380.060.15310.1252.268.82
HexD986CB0266F1363445
Octal33120631304661746664105
Binary110110011000011011001011010011011011111001101101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986CB; }

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

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

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

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

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

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

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

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