Html Css Color HEX #D986DD Orchid

📋 copy color: '#D986DD'

red 217 ◦ green 134 ◦ blue 221

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

Shades of Orchid #D986DD

Tints of Orchid #D986DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 37.94%
G = 23.43%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D986DD (or 0xD986DD) is known color: Orchid. HEX triplet: D9, 86 and DD. RGB value is (217,134,221). Sum of RGB (Red+Green+Blue) = 217+134+221=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D986DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986DD is #267922. Grayscale: #A8A8A8. Windows color (decimal): -2521379 or 14517977. OLE color: 14517977.

HSL color Cylindrical-coordinate representation of color #D986DD: hue angle of 297.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D986DD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 134 221 -
CMYK 0.02 0.39 0 0.13
HSL 297.24º 0.56% 0.7% -
HSV(B) 297.24º 0.39% 0.87% -
XYZ 50.19 37.02 72.91 -
YUV 168.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 217 134 221 0.02 0.39 0 0.13 297.24 0.56 0.7
Hex D9 86 DD 2 27 0 D 129 38 46
Octal 331 206 335 2 47 0 15 451 70 106
Binary 11011001 10000110 11011101 10 100111 0 1101 100101001 111000 1000110

Color Harmonies of #D986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986DD

Black with #D986DD

Text Example


Text Example

White with #D986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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