Html Css Color HEX #D986DB Orchid

📋 copy color: '#D986DB'

red 217 ◦ green 134 ◦ blue 219

#D986DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D986DB

Tints of Orchid #D986DB

RGB

 RED value IS 217 (85.16% from 255) = 38.07%

 GREEN value IS 134 (52.73% from 255) = 23.51%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 38.07%
G = 23.51%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D986DB (or 0xD986DB) is known color: Orchid. HEX triplet: D9, 86 and DB. RGB value is (217,134,219). Sum of RGB (Red+Green+Blue) = 217+134+219=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D986DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986DB is #267924. Grayscale: #A8A8A8. Windows color (decimal): -2521381 or 14386905. OLE color: 14386905.

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

Color convert

RGB 217 134 219 -
CMYK 0.01 0.39 0 0.14
HSL 298.59º 0.54% 0.69% -
HSV(B) 298.59º 0.39% 0.86% -
XYZ 49.93 36.92 71.51 -
YUV 168.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 217 134 219 0.01 0.39 0 0.14 298.59 0.54 0.69
Hex D9 86 DB 1 27 0 E 12B 36 45
Octal 331 206 333 1 47 0 16 453 66 105
Binary 11011001 10000110 11011011 1 100111 0 1110 100101011 110110 1000101

Color Harmonies of #D986DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986DB

Black with #D986DB

Text Example


Text Example

White with #D986DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986DB; }

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

 H1.HeaderClassName
 {
   color: #D986DB;
 }
 .AnyTagClassName
 {
   color: #D986DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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