Html Css Color HEX #D87BC7 Orchid

📋 copy color: '#D87BC7'

red 216 ◦ green 123 ◦ blue 199

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

Shades of Orchid #D87BC7

Tints of Orchid #D87BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 40.15%
G = 22.86%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D87BC7 (or 0xD87BC7) is known color: Orchid. HEX triplet: D8, 7B and C7. RGB value is (216,123,199). Sum of RGB (Red+Green+Blue) = 216+123+199=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC7 is #278438. Grayscale: #9F9F9F. Windows color (decimal): -2589753 or 13073368. OLE color: 13073368.

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

Color convert

RGB 216 123 199 -
CMYK 0 0.43 0.08 0.15
HSL 310.97º 0.54% 0.66% -
HSV(B) 310.97º 0.43% 0.85% -
XYZ 45.71 32.89 57.97 -
YUV 159.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 216 123 199 0 0.43 0.08 0.15 310.97 0.54 0.66
Hex D8 7B C7 0 2B 8 F 137 36 42
Octal 330 173 307 0 53 10 17 467 66 102
Binary 11011000 1111011 11000111 0 101011 1000 1111 100110111 110110 1000010

Color Harmonies of #D87BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BC7

Black with #D87BC7

Text Example


Text Example

White with #D87BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BC7; }

 p { color: rgb(216,123,199); }

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

background-color css

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

 a { background-color: rgb(216,123,199); }

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

border-color css

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

 span { border-color: rgb(216,123,199); }

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