Html Css Color HEX #D87ECF Orchid

📋 copy color: '#D87ECF'

red 216 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D87ECF

Tints of Orchid #D87ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 39.34%
G = 22.95%
B = 37.7%

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

#D87ECF (or 0xD87ECF) is known color: Orchid. HEX triplet: D8, 7E and CF. RGB value is (216,126,207). Sum of RGB (Red+Green+Blue) = 216+126+207=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ECF is #278130. Grayscale: #A1A1A1. Windows color (decimal): -2588977 or 13598424. OLE color: 13598424.

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

Color convert

RGB 216 126 207 -
CMYK 0 0.42 0.04 0.15
HSL 306º 0.54% 0.67% -
HSV(B) 306º 0.42% 0.85% -
XYZ 47.04 34.03 63.12 -
YUV 162.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 216 126 207 0 0.42 0.04 0.15 306 0.54 0.67
Hex D8 7E CF 0 2A 4 F 132 36 43
Octal 330 176 317 0 52 4 17 462 66 103
Binary 11011000 1111110 11001111 0 101010 100 1111 100110010 110110 1000011

Color Harmonies of #D87ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ECF

Black with #D87ECF

Text Example


Text Example

White with #D87ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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