Html Css Color HEX #D87DBE Orchid

📋 copy color: '#D87DBE'

red 216 ◦ green 125 ◦ blue 190

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

Shades of Orchid #D87DBE

Tints of Orchid #D87DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 40.68%
G = 23.54%
B = 35.78%

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

#D87DBE (or 0xD87DBE) is known color: Orchid. HEX triplet: D8, 7D and BE. RGB value is (216,125,190). Sum of RGB (Red+Green+Blue) = 216+125+190=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DBE is #278241. Grayscale: #9F9F9F. Windows color (decimal): -2589250 or 12484056. OLE color: 12484056.

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

Color convert

RGB 216 125 190 -
CMYK 0 0.42 0.12 0.15
HSL 317.14º 0.54% 0.67% -
HSV(B) 317.14º 0.42% 0.85% -
XYZ 44.95 32.98 52.71 -
YUV 159.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 216 125 190 0 0.42 0.12 0.15 317.14 0.54 0.67
Hex D8 7D BE 0 2A C F 13D 36 43
Octal 330 175 276 0 52 14 17 475 66 103
Binary 11011000 1111101 10111110 0 101010 1100 1111 100111101 110110 1000011

Color Harmonies of #D87DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DBE

Black with #D87DBE

Text Example


Text Example

White with #D87DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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