Html Css Color HEX #D87DC1 Orchid

📋 copy color: '#D87DC1'

red 216 ◦ green 125 ◦ blue 193

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

Shades of Orchid #D87DC1

Tints of Orchid #D87DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.14%

R = 40.45%
G = 23.41%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D87DC1 (or 0xD87DC1) is known color: Orchid. HEX triplet: D8, 7D and C1. RGB value is (216,125,193). Sum of RGB (Red+Green+Blue) = 216+125+193=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC1 is #27823E. Grayscale: #9F9F9F. Windows color (decimal): -2589247 or 12680664. OLE color: 12680664.

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

Color convert

RGB 216 125 193 -
CMYK 0 0.42 0.11 0.15
HSL 315.16º 0.54% 0.67% -
HSV(B) 315.16º 0.42% 0.85% -
XYZ 45.28 33.12 54.46 -
YUV 159.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 216 125 193 0 0.42 0.11 0.15 315.16 0.54 0.67
Hex D8 7D C1 0 2A B F 13B 36 43
Octal 330 175 301 0 52 13 17 473 66 103
Binary 11011000 1111101 11000001 0 101010 1011 1111 100111011 110110 1000011

Color Harmonies of #D87DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DC1

Black with #D87DC1

Text Example


Text Example

White with #D87DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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