Html Css Color HEX #D186DA Orchid

📋 copy color: '#D186DA'

red 209 ◦ green 134 ◦ blue 218

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

Shades of Orchid #D186DA

Tints of Orchid #D186DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 37.25%
G = 23.89%
B = 38.86%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D186DA (or 0xD186DA) is known color: Orchid. HEX triplet: D1, 86 and DA. RGB value is (209,134,218). Sum of RGB (Red+Green+Blue) = 209+134+218=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D186DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DA is #2E7925. Grayscale: #A5A5A5. Windows color (decimal): -3045670 or 14321361. OLE color: 14321361.

HSL color Cylindrical-coordinate representation of color #D186DA: hue angle of 293.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D186DA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 134 218 -
CMYK 0.04 0.39 0 0.15
HSL 293.57º 0.53% 0.69% -
HSV(B) 293.57º 0.39% 0.85% -
XYZ 47.47 35.67 70.71 -
YUV 166 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 209 134 218 0.04 0.39 0 0.15 293.57 0.53 0.69
Hex D1 86 DA 4 27 0 F 126 35 45
Octal 321 206 332 4 47 0 17 446 65 105
Binary 11010001 10000110 11011010 100 100111 0 1111 100100110 110101 1000101

Color Harmonies of #D186DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186DA

Black with #D186DA

Text Example


Text Example

White with #D186DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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