Html Css Color HEX #D87CBF Orchid

📋 copy color: '#D87CBF'

red 216 ◦ green 124 ◦ blue 191

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

Shades of Orchid #D87CBF

Tints of Orchid #D87CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

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

R = 40.68%
G = 23.35%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D87CBF (or 0xD87CBF) is known color: Orchid. HEX triplet: D8, 7C and BF. RGB value is (216,124,191). Sum of RGB (Red+Green+Blue) = 216+124+191=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CBF is #278340. Grayscale: #9E9E9E. Windows color (decimal): -2589505 or 12549336. OLE color: 12549336.

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

Color convert

RGB 216 124 191 -
CMYK 0 0.43 0.12 0.15
HSL 316.3º 0.54% 0.67% -
HSV(B) 316.3º 0.43% 0.85% -
XYZ 44.93 32.78 53.25 -
YUV 159.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 216 124 191 0 0.43 0.12 0.15 316.3 0.54 0.67
Hex D8 7C BF 0 2B C F 13C 36 43
Octal 330 174 277 0 53 14 17 474 66 103
Binary 11011000 1111100 10111111 0 101011 1100 1111 100111100 110110 1000011

Color Harmonies of #D87CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CBF

Black with #D87CBF

Text Example


Text Example

White with #D87CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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