Html Css Color HEX #D186DE Orchid

📋 copy color: '#D186DE'

red 209 ◦ green 134 ◦ blue 222

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

Shades of Orchid #D186DE

Tints of Orchid #D186DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 36.99%
G = 23.72%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D186DE (or 0xD186DE) is known color: Orchid. HEX triplet: D1, 86 and DE. RGB value is (209,134,222). Sum of RGB (Red+Green+Blue) = 209+134+222=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D186DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DE is #2E7921. Grayscale: #A6A6A6. Windows color (decimal): -3045666 or 14583505. OLE color: 14583505.

HSL color Cylindrical-coordinate representation of color #D186DE: hue angle of 291.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D186DE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 134 222 -
CMYK 0.06 0.40 0 0.13
HSL 291.14º 0.57% 0.7% -
HSV(B) 291.14º 0.4% 0.87% -
XYZ 48 35.88 73.5 -
YUV 166.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 209 134 222 0.06 0.40 0 0.13 291.14 0.57 0.7
Hex D1 86 DE 6 28 0 D 123 39 46
Octal 321 206 336 6 50 0 15 443 71 106
Binary 11010001 10000110 11011110 110 101000 0 1101 100100011 111001 1000110

Color Harmonies of #D186DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DE

Black with #D186DE

Text Example


Text Example

White with #D186DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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