Html Css Color HEX #D87DCF Orchid

📋 copy color: '#D87DCF'

red 216 ◦ green 125 ◦ blue 207

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

Shades of Orchid #D87DCF

Tints of Orchid #D87DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 39.42%
G = 22.81%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D87DCF (or 0xD87DCF) is known color: Orchid. HEX triplet: D8, 7D and CF. RGB value is (216,125,207). Sum of RGB (Red+Green+Blue) = 216+125+207=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DCF is #278230. Grayscale: #A1A1A1. Windows color (decimal): -2589233 or 13598168. OLE color: 13598168.

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

Color convert

RGB 216 125 207 -
CMYK 0 0.42 0.04 0.15
HSL 305.93º 0.54% 0.67% -
HSV(B) 305.93º 0.42% 0.85% -
XYZ 46.92 33.77 63.08 -
YUV 161.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 216 125 207 0 0.42 0.04 0.15 305.93 0.54 0.67
Hex D8 7D CF 0 2A 4 F 132 36 43
Octal 330 175 317 0 52 4 17 462 66 103
Binary 11011000 1111101 11001111 0 101010 100 1111 100110010 110110 1000011

Color Harmonies of #D87DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DCF

Black with #D87DCF

Text Example


Text Example

White with #D87DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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