Html Css Color HEX #D186DB Orchid

📋 copy color: '#D186DB'

red 209 ◦ green 134 ◦ blue 219

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

Shades of Orchid #D186DB

Tints of Orchid #D186DB

RGB

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

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

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

R = 37.19%
G = 23.84%
B = 38.97%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D186DB (or 0xD186DB) is known color: Orchid. HEX triplet: D1, 86 and DB. RGB value is (209,134,219). Sum of RGB (Red+Green+Blue) = 209+134+219=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D186DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DB is #2E7924. Grayscale: #A5A5A5. Windows color (decimal): -3045669 or 14386897. OLE color: 14386897.

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

Color convert

RGB 209 134 219 -
CMYK 0.05 0.39 0 0.14
HSL 292.94º 0.54% 0.69% -
HSV(B) 292.94º 0.39% 0.86% -
XYZ 47.61 35.72 71.4 -
YUV 166.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 209 134 219 0.05 0.39 0 0.14 292.94 0.54 0.69
Hex D1 86 DB 5 27 0 E 125 36 45
Octal 321 206 333 5 47 0 16 445 66 105
Binary 11010001 10000110 11011011 101 100111 0 1110 100100101 110110 1000101

Color Harmonies of #D186DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DB

Black with #D186DB

Text Example


Text Example

White with #D186DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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