Html Css Color HEX #D186DD Orchid

📋 copy color: '#D186DD'

red 209 ◦ green 134 ◦ blue 221

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

Shades of Orchid #D186DD

Tints of Orchid #D186DD

RGB

 RED value IS 209 (82.03% from 255) = 37.06%

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

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

R = 37.06%
G = 23.76%
B = 39.18%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D186DD (or 0xD186DD) is known color: Orchid. HEX triplet: D1, 86 and DD. RGB value is (209,134,221). Sum of RGB (Red+Green+Blue) = 209+134+221=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D186DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DD is #2E7922. Grayscale: #A6A6A6. Windows color (decimal): -3045667 or 14517969. OLE color: 14517969.

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

Color convert

RGB 209 134 221 -
CMYK 0.05 0.39 0 0.13
HSL 291.72º 0.56% 0.7% -
HSV(B) 291.72º 0.39% 0.87% -
XYZ 47.87 35.83 72.8 -
YUV 166.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 209 134 221 0.05 0.39 0 0.13 291.72 0.56 0.7
Hex D1 86 DD 5 27 0 D 124 38 46
Octal 321 206 335 5 47 0 15 444 70 106
Binary 11010001 10000110 11011101 101 100111 0 1101 100100100 111000 1000110

Color Harmonies of #D186DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DD

Black with #D186DD

Text Example


Text Example

White with #D186DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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