Html Css Color HEX #D87ED7 Orchid

📋 copy color: '#D87ED7'

red 216 ◦ green 126 ◦ blue 215

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

Shades of Orchid #D87ED7

Tints of Orchid #D87ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 38.78%
G = 22.62%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D87ED7 (or 0xD87ED7) is known color: Orchid. HEX triplet: D8, 7E and D7. RGB value is (216,126,215). Sum of RGB (Red+Green+Blue) = 216+126+215=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED7 is #278128. Grayscale: #A2A2A2. Windows color (decimal): -2588969 or 14122712. OLE color: 14122712.

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

Color convert

RGB 216 126 215 -
CMYK 0 0.42 0.00 0.15
HSL 300.67º 0.54% 0.67% -
HSV(B) 300.67º 0.42% 0.85% -
XYZ 48.05 34.43 68.4 -
YUV 163.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 216 126 215 0 0.42 0.00 0.15 300.67 0.54 0.67
Hex D8 7E D7 0 2A 0 F 12D 36 43
Octal 330 176 327 0 52 0 17 455 66 103
Binary 11011000 1111110 11010111 0 101010 0 1111 100101101 110110 1000011

Color Harmonies of #D87ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ED7

Black with #D87ED7

Text Example


Text Example

White with #D87ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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