Html Css Color HEX #D87BC2 Orchid

📋 copy color: '#D87BC2'

red 216 ◦ green 123 ◦ blue 194

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

Shades of Orchid #D87BC2

Tints of Orchid #D87BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 40.53%
G = 23.08%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D87BC2 (or 0xD87BC2) is known color: Orchid. HEX triplet: D8, 7B and C2. RGB value is (216,123,194). Sum of RGB (Red+Green+Blue) = 216+123+194=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC2 is #27843D. Grayscale: #9E9E9E. Windows color (decimal): -2589758 or 12745688. OLE color: 12745688.

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

Color convert

RGB 216 123 194 -
CMYK 0 0.43 0.10 0.15
HSL 314.19º 0.54% 0.66% -
HSV(B) 314.19º 0.43% 0.85% -
XYZ 45.14 32.66 54.96 -
YUV 158.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 216 123 194 0 0.43 0.10 0.15 314.19 0.54 0.66
Hex D8 7B C2 0 2B A F 13A 36 42
Octal 330 173 302 0 53 12 17 472 66 102
Binary 11011000 1111011 11000010 0 101011 1010 1111 100111010 110110 1000010

Color Harmonies of #D87BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BC2

Black with #D87BC2

Text Example


Text Example

White with #D87BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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