Html Css Color HEX #D87FD3 Orchid

📋 copy color: '#D87FD3'

red 216 ◦ green 127 ◦ blue 211

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

Shades of Orchid #D87FD3

Tints of Orchid #D87FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 38.99%
G = 22.92%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D87FD3 (or 0xD87FD3) is known color: Orchid. HEX triplet: D8, 7F and D3. RGB value is (216,127,211). Sum of RGB (Red+Green+Blue) = 216+127+211=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD3 is #27802C. Grayscale: #A2A2A2. Windows color (decimal): -2588717 or 13860824. OLE color: 13860824.

HSL color Cylindrical-coordinate representation of color #D87FD3: hue angle of 303.37º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FD3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 211 -
CMYK 0 0.41 0.02 0.15
HSL 303.37º 0.53% 0.67% -
HSV(B) 303.37º 0.41% 0.85% -
XYZ 47.67 34.48 65.77 -
YUV 163.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 216 127 211 0 0.41 0.02 0.15 303.37 0.53 0.67
Hex D8 7F D3 0 29 2 F 12F 35 43
Octal 330 177 323 0 51 2 17 457 65 103
Binary 11011000 1111111 11010011 0 101001 10 1111 100101111 110101 1000011

Color Harmonies of #D87FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FD3

Black with #D87FD3

Text Example


Text Example

White with #D87FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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