Html Css Color HEX #D87EDC Orchid

📋 copy color: '#D87EDC'

red 216 ◦ green 126 ◦ blue 220

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

Shades of Orchid #D87EDC

Tints of Orchid #D87EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 38.43%
G = 22.42%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D87EDC (or 0xD87EDC) is known color: Orchid. HEX triplet: D8, 7E and DC. RGB value is (216,126,220). Sum of RGB (Red+Green+Blue) = 216+126+220=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EDC is #278123. Grayscale: #A3A3A3. Windows color (decimal): -2588964 or 14450392. OLE color: 14450392.

HSL color Cylindrical-coordinate representation of color #D87EDC: hue angle of 297.45º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87EDC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 126 220 -
CMYK 0.02 0.43 0 0.14
HSL 297.45º 0.57% 0.68% -
HSV(B) 297.45º 0.43% 0.86% -
XYZ 48.7 34.69 71.84 -
YUV 163.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 216 126 220 0.02 0.43 0 0.14 297.45 0.57 0.68
Hex D8 7E DC 2 2B 0 E 129 39 44
Octal 330 176 334 2 53 0 16 451 71 104
Binary 11011000 1111110 11011100 10 101011 0 1110 100101001 111001 1000100

Color Harmonies of #D87EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EDC

Black with #D87EDC

Text Example


Text Example

White with #D87EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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