Html Css Color HEX #D87BC5 Orchid

📋 copy color: '#D87BC5'

red 216 ◦ green 123 ◦ blue 197

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

Shades of Orchid #D87BC5

Tints of Orchid #D87BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 40.3%
G = 22.95%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87BC5 (or 0xD87BC5) is known color: Orchid. HEX triplet: D8, 7B and C5. RGB value is (216,123,197). Sum of RGB (Red+Green+Blue) = 216+123+197=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC5 is #27843A. Grayscale: #9F9F9F. Windows color (decimal): -2589755 or 12942296. OLE color: 12942296.

HSL color Cylindrical-coordinate representation of color #D87BC5: hue angle of 312.26º 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 #D87BC5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 123 197 -
CMYK 0 0.43 0.09 0.15
HSL 312.26º 0.54% 0.66% -
HSV(B) 312.26º 0.43% 0.85% -
XYZ 45.48 32.8 56.76 -
YUV 159.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 216 123 197 0 0.43 0.09 0.15 312.26 0.54 0.66
Hex D8 7B C5 0 2B 9 F 138 36 42
Octal 330 173 305 0 53 11 17 470 66 102
Binary 11011000 1111011 11000101 0 101011 1001 1111 100111000 110110 1000010

Color Harmonies of #D87BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BC5

Black with #D87BC5

Text Example


Text Example

White with #D87BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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