Html Css Color HEX #D87ABD Orchid

📋 copy color: '#D87ABD'

red 216 ◦ green 122 ◦ blue 189

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

Shades of Orchid #D87ABD

Tints of Orchid #D87ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 40.99%
G = 23.15%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D87ABD (or 0xD87ABD) is known color: Orchid. HEX triplet: D8, 7A and BD. RGB value is (216,122,189). Sum of RGB (Red+Green+Blue) = 216+122+189=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABD is #278542. Grayscale: #9D9D9D. Windows color (decimal): -2590019 or 12417752. OLE color: 12417752.

HSL color Cylindrical-coordinate representation of color #D87ABD: hue angle of 317.23º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87ABD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 189 -
CMYK 0 0.44 0.12 0.15
HSL 317.23º 0.55% 0.66% -
HSV(B) 317.23º 0.44% 0.85% -
XYZ 44.46 32.19 52.01 -
YUV 157.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 216 122 189 0 0.44 0.12 0.15 317.23 0.55 0.66
Hex D8 7A BD 0 2C C F 13D 37 42
Octal 330 172 275 0 54 14 17 475 67 102
Binary 11011000 1111010 10111101 0 101100 1100 1111 100111101 110111 1000010

Color Harmonies of #D87ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87ABD

Black with #D87ABD

Text Example


Text Example

White with #D87ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87ABD; }

 p { color: rgb(216,122,189); }

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

background-color css

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

 a { background-color: rgb(216,122,189); }

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

border-color css

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

 span { border-color: rgb(216,122,189); }

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