Html Css Color HEX #D87DD0 Orchid

📋 copy color: '#D87DD0'

red 216 ◦ green 125 ◦ blue 208

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

Shades of Orchid #D87DD0

Tints of Orchid #D87DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 39.34%
G = 22.77%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D87DD0 (or 0xD87DD0) is known color: Orchid. HEX triplet: D8, 7D and D0. RGB value is (216,125,208). Sum of RGB (Red+Green+Blue) = 216+125+208=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DD0 is #27822F. Grayscale: #A1A1A1. Windows color (decimal): -2589232 or 13663704. OLE color: 13663704.

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

Color convert

RGB 216 125 208 -
CMYK 0 0.42 0.04 0.15
HSL 305.27º 0.54% 0.67% -
HSV(B) 305.27º 0.42% 0.85% -
XYZ 47.04 33.82 63.72 -
YUV 161.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 216 125 208 0 0.42 0.04 0.15 305.27 0.54 0.67
Hex D8 7D D0 0 2A 4 F 131 36 43
Octal 330 175 320 0 52 4 17 461 66 103
Binary 11011000 1111101 11010000 0 101010 100 1111 100110001 110110 1000011

Color Harmonies of #D87DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DD0

Black with #D87DD0

Text Example


Text Example

White with #D87DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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