Html Css Color HEX #D87DC0 Orchid

📋 copy color: '#D87DC0'

red 216 ◦ green 125 ◦ blue 192

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

Shades of Orchid #D87DC0

Tints of Orchid #D87DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 40.53%
G = 23.45%
B = 36.02%

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

#D87DC0 (or 0xD87DC0) is known color: Orchid. HEX triplet: D8, 7D and C0. RGB value is (216,125,192). Sum of RGB (Red+Green+Blue) = 216+125+192=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC0 is #27823F. Grayscale: #9F9F9F. Windows color (decimal): -2589248 or 12615128. OLE color: 12615128.

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

Color convert

RGB 216 125 192 -
CMYK 0 0.42 0.11 0.15
HSL 315.82º 0.54% 0.67% -
HSV(B) 315.82º 0.42% 0.85% -
XYZ 45.17 33.07 53.87 -
YUV 159.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 216 125 192 0 0.42 0.11 0.15 315.82 0.54 0.67
Hex D8 7D C0 0 2A B F 13C 36 43
Octal 330 175 300 0 52 13 17 474 66 103
Binary 11011000 1111101 11000000 0 101010 1011 1111 100111100 110110 1000011

Color Harmonies of #D87DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DC0

Black with #D87DC0

Text Example


Text Example

White with #D87DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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