Html Css Color HEX #D87FDC Orchid

📋 copy color: '#D87FDC'

red 216 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D87FDC

Tints of Orchid #D87FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 38.37%
G = 22.56%
B = 39.08%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D87FDC (or 0xD87FDC) is known color: Orchid. HEX triplet: D8, 7F and DC. RGB value is (216,127,220). Sum of RGB (Red+Green+Blue) = 216+127+220=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FDC is #278023. Grayscale: #A3A3A3. Windows color (decimal): -2588708 or 14450648. OLE color: 14450648.

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

Color convert

RGB 216 127 220 -
CMYK 0.02 0.42 0 0.14
HSL 297.42º 0.57% 0.68% -
HSV(B) 297.42º 0.42% 0.86% -
XYZ 48.83 34.94 71.88 -
YUV 164.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 216 127 220 0.02 0.42 0 0.14 297.42 0.57 0.68
Hex D8 7F DC 2 2A 0 E 129 39 44
Octal 330 177 334 2 52 0 16 451 71 104
Binary 11011000 1111111 11011100 10 101010 0 1110 100101001 111001 1000100

Color Harmonies of #D87FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FDC

Black with #D87FDC

Text Example


Text Example

White with #D87FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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