Html Css Color HEX #D186DC Orchid

📋 copy color: '#D186DC'

red 209 ◦ green 134 ◦ blue 220

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

Shades of Orchid #D186DC

Tints of Orchid #D186DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 37.12%
G = 23.8%
B = 39.08%

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

#D186DC (or 0xD186DC) is known color: Orchid. HEX triplet: D1, 86 and DC. RGB value is (209,134,220). Sum of RGB (Red+Green+Blue) = 209+134+220=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D186DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DC is #2E7923. Grayscale: #A5A5A5. Windows color (decimal): -3045668 or 14452433. OLE color: 14452433.

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

Color convert

RGB 209 134 220 -
CMYK 0.05 0.39 0 0.14
HSL 292.33º 0.55% 0.69% -
HSV(B) 292.33º 0.39% 0.86% -
XYZ 47.74 35.77 72.1 -
YUV 166.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 209 134 220 0.05 0.39 0 0.14 292.33 0.55 0.69
Hex D1 86 DC 5 27 0 E 124 37 45
Octal 321 206 334 5 47 0 16 444 67 105
Binary 11010001 10000110 11011100 101 100111 0 1110 100100100 110111 1000101

Color Harmonies of #D186DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DC

Black with #D186DC

Text Example


Text Example

White with #D186DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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