Html Css Color HEX #D186DF Orchid

📋 copy color: '#D186DF'

red 209 ◦ green 134 ◦ blue 223

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

Shades of Orchid #D186DF

Tints of Orchid #D186DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 36.93%
G = 23.67%
B = 39.4%

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

#D186DF (or 0xD186DF) is known color: Orchid. HEX triplet: D1, 86 and DF. RGB value is (209,134,223). Sum of RGB (Red+Green+Blue) = 209+134+223=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D186DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DF is #2E7920. Grayscale: #A6A6A6. Windows color (decimal): -3045665 or 14649041. OLE color: 14649041.

HSL color Cylindrical-coordinate representation of color #D186DF: hue angle of 290.56º degrees, saturation: 0.58, 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 #D186DF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 134 223 -
CMYK 0.06 0.40 0 0.13
HSL 290.56º 0.58% 0.7% -
HSV(B) 290.56º 0.4% 0.87% -
XYZ 48.14 35.93 74.21 -
YUV 166.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 209 134 223 0.06 0.40 0 0.13 290.56 0.58 0.7
Hex D1 86 DF 6 28 0 D 123 3A 46
Octal 321 206 337 6 50 0 15 443 72 106
Binary 11010001 10000110 11011111 110 101000 0 1101 100100011 111010 1000110

Color Harmonies of #D186DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DF

Black with #D186DF

Text Example


Text Example

White with #D186DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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