Html Css Color HEX #D87DBF Orchid

📋 copy color: '#D87DBF'

red 216 ◦ green 125 ◦ blue 191

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

Shades of Orchid #D87DBF

Tints of Orchid #D87DBF

RGB

 RED value IS 216 (84.77% from 255) = 40.6%

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 40.6%
G = 23.5%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D87DBF (or 0xD87DBF) is known color: Orchid. HEX triplet: D8, 7D and BF. RGB value is (216,125,191). Sum of RGB (Red+Green+Blue) = 216+125+191=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DBF is #278240. Grayscale: #9F9F9F. Windows color (decimal): -2589249 or 12549592. OLE color: 12549592.

HSL color Cylindrical-coordinate representation of color #D87DBF: hue angle of 316.48º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DBF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 191 -
CMYK 0 0.42 0.12 0.15
HSL 316.48º 0.54% 0.67% -
HSV(B) 316.48º 0.42% 0.85% -
XYZ 45.06 33.03 53.29 -
YUV 159.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 216 125 191 0 0.42 0.12 0.15 316.48 0.54 0.67
Hex D8 7D BF 0 2A C F 13C 36 43
Octal 330 175 277 0 52 14 17 474 66 103
Binary 11011000 1111101 10111111 0 101010 1100 1111 100111100 110110 1000011

Color Harmonies of #D87DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DBF

Black with #D87DBF

Text Example


Text Example

White with #D87DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DBF; }

 p { color: rgb(216,125,191); }

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

background-color css

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

 a { background-color: rgb(216,125,191); }

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

border-color css

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

 span { border-color: rgb(216,125,191); }

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