Html Css Color HEX #D87BCD Orchid

📋 copy color: '#D87BCD'

red 216 ◦ green 123 ◦ blue 205

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

Shades of Orchid #D87BCD

Tints of Orchid #D87BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 39.71%
G = 22.61%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D87BCD (or 0xD87BCD) is known color: Orchid. HEX triplet: D8, 7B and CD. RGB value is (216,123,205). Sum of RGB (Red+Green+Blue) = 216+123+205=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BCD is #278432. Grayscale: #9F9F9F. Windows color (decimal): -2589747 or 13466584. OLE color: 13466584.

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

Color convert

RGB 216 123 205 -
CMYK 0 0.43 0.05 0.15
HSL 307.1º 0.54% 0.66% -
HSV(B) 307.1º 0.43% 0.85% -
XYZ 46.42 33.17 61.71 -
YUV 160.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 216 123 205 0 0.43 0.05 0.15 307.1 0.54 0.66
Hex D8 7B CD 0 2B 5 F 133 36 42
Octal 330 173 315 0 53 5 17 463 66 102
Binary 11011000 1111011 11001101 0 101011 101 1111 100110011 110110 1000010

Color Harmonies of #D87BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BCD

Black with #D87BCD

Text Example


Text Example

White with #D87BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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