Html Css Color HEX #D87DD4 Orchid

📋 copy color: '#D87DD4'

red 216 ◦ green 125 ◦ blue 212

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

Shades of Orchid #D87DD4

Tints of Orchid #D87DD4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 212 (83.2% from 255) = 38.34%

R = 39.06%
G = 22.6%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D87DD4 (or 0xD87DD4) is known color: Orchid. HEX triplet: D8, 7D and D4. RGB value is (216,125,212). Sum of RGB (Red+Green+Blue) = 216+125+212=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DD4 is #27822B. Grayscale: #A1A1A1. Windows color (decimal): -2589228 or 13925848. OLE color: 13925848.

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

Color convert

RGB 216 125 212 -
CMYK 0 0.42 0.02 0.15
HSL 302.64º 0.54% 0.67% -
HSV(B) 302.64º 0.42% 0.85% -
XYZ 47.54 34.02 66.35 -
YUV 162.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 216 125 212 0 0.42 0.02 0.15 302.64 0.54 0.67
Hex D8 7D D4 0 2A 2 F 12F 36 43
Octal 330 175 324 0 52 2 17 457 66 103
Binary 11011000 1111101 11010100 0 101010 10 1111 100101111 110110 1000011

Color Harmonies of #D87DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DD4

Black with #D87DD4

Text Example


Text Example

White with #D87DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DD4; }

 p { color: rgb(216,125,212); }

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

background-color css

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

 a { background-color: rgb(216,125,212); }

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

border-color css

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

 span { border-color: rgb(216,125,212); }

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