Html Css Color HEX #D87EC0 Orchid

📋 copy color: '#D87EC0'

red 216 ◦ green 126 ◦ blue 192

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

Shades of Orchid #D87EC0

Tints of Orchid #D87EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.6%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 40.45%
G = 23.6%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D87EC0 (or 0xD87EC0) is known color: Orchid. HEX triplet: D8, 7E and C0. RGB value is (216,126,192). Sum of RGB (Red+Green+Blue) = 216+126+192=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC0 is #27813F. Grayscale: #A0A0A0. Windows color (decimal): -2588992 or 12615384. OLE color: 12615384.

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

Color convert

RGB 216 126 192 -
CMYK 0 0.42 0.11 0.15
HSL 316º 0.54% 0.67% -
HSV(B) 316º 0.42% 0.85% -
XYZ 45.29 33.33 53.91 -
YUV 160.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 216 126 192 0 0.42 0.11 0.15 316 0.54 0.67
Hex D8 7E C0 0 2A B F 13C 36 43
Octal 330 176 300 0 52 13 17 474 66 103
Binary 11011000 1111110 11000000 0 101010 1011 1111 100111100 110110 1000011

Color Harmonies of #D87EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EC0

Black with #D87EC0

Text Example


Text Example

White with #D87EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EC0; }

 p { color: rgb(216,126,192); }

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

background-color css

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

 a { background-color: rgb(216,126,192); }

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

border-color css

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

 span { border-color: rgb(216,126,192); }

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