Html Css Color HEX #D87BDB Orchid

📋 copy color: '#D87BDB'

red 216 ◦ green 123 ◦ blue 219

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

Shades of Orchid #D87BDB

Tints of Orchid #D87BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 38.71%
G = 22.04%
B = 39.25%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D87BDB (or 0xD87BDB) is known color: Orchid. HEX triplet: D8, 7B and DB. RGB value is (216,123,219). Sum of RGB (Red+Green+Blue) = 216+123+219=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D87BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BDB is #278424. Grayscale: #A1A1A1. Windows color (decimal): -2589733 or 14384088. OLE color: 14384088.

HSL color Cylindrical-coordinate representation of color #D87BDB: hue angle of 298.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87BDB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 123 219 -
CMYK 0.01 0.44 0 0.14
HSL 298.13º 0.57% 0.67% -
HSV(B) 298.13º 0.44% 0.86% -
XYZ 48.19 33.88 71.02 -
YUV 161.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 216 123 219 0.01 0.44 0 0.14 298.13 0.57 0.67
Hex D8 7B DB 1 2C 0 E 12A 39 43
Octal 330 173 333 1 54 0 16 452 71 103
Binary 11011000 1111011 11011011 1 101100 0 1110 100101010 111001 1000011

Color Harmonies of #D87BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BDB

Black with #D87BDB

Text Example


Text Example

White with #D87BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BDB; }

 p { color: rgb(216,123,219); }

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

background-color css

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

 a { background-color: rgb(216,123,219); }

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

border-color css

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

 span { border-color: rgb(216,123,219); }

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