Html Css Color HEX #D186CE Orchid

📋 copy color: '#D186CE'

red 209 ◦ green 134 ◦ blue 206

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

Shades of Orchid #D186CE

Tints of Orchid #D186CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 38.07%
G = 24.41%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D186CE (or 0xD186CE) is known color: Orchid. HEX triplet: D1, 86 and CE. RGB value is (209,134,206). Sum of RGB (Red+Green+Blue) = 209+134+206=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D186CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186CE is #2E7931. Grayscale: #A4A4A4. Windows color (decimal): -3045682 or 13534929. OLE color: 13534929.

HSL color Cylindrical-coordinate representation of color #D186CE: hue angle of 302.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186CE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 206 -
CMYK 0 0.36 0.01 0.18
HSL 302.4º 0.45% 0.67% -
HSV(B) 302.4º 0.36% 0.82% -
XYZ 45.96 35.06 62.74 -
YUV 164.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 209 134 206 0 0.36 0.01 0.18 302.4 0.45 0.67
Hex D1 86 CE 0 24 1 12 12E 2D 43
Octal 321 206 316 0 44 1 22 456 55 103
Binary 11010001 10000110 11001110 0 100100 1 10010 100101110 101101 1000011

Color Harmonies of #D186CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186CE

Black with #D186CE

Text Example


Text Example

White with #D186CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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