Html Css Color HEX #D87BE0 Orchid

📋 copy color: '#D87BE0'

red 216 ◦ green 123 ◦ blue 224

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

Shades of Orchid #D87BE0

Tints of Orchid #D87BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 38.37%
G = 21.85%
B = 39.79%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D87BE0 (or 0xD87BE0) is known color: Orchid. HEX triplet: D8, 7B and E0. RGB value is (216,123,224). Sum of RGB (Red+Green+Blue) = 216+123+224=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #D87BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BE0 is #27841F. Grayscale: #A2A2A2. Windows color (decimal): -2589728 or 14711768. OLE color: 14711768.

HSL color Cylindrical-coordinate representation of color #D87BE0: hue angle of 295.25º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87BE0 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 123 224 -
CMYK 0.04 0.45 0 0.12
HSL 295.25º 0.62% 0.68% -
HSV(B) 295.25º 0.45% 0.88% -
XYZ 48.86 34.15 74.54 -
YUV 162.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 216 123 224 0.04 0.45 0 0.12 295.25 0.62 0.68
Hex D8 7B E0 4 2D 0 C 127 3E 44
Octal 330 173 340 4 55 0 14 447 76 104
Binary 11011000 1111011 11100000 100 101101 0 1100 100100111 111110 1000100

Color Harmonies of #D87BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BE0

Black with #D87BE0

Text Example


Text Example

White with #D87BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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