Html Css Color HEX #D873BB Orchid

📋 copy color: '#D873BB'

red 216 ◦ green 115 ◦ blue 187

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

Shades of Orchid #D873BB

Tints of Orchid #D873BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 41.7%
G = 22.2%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D873BB (or 0xD873BB) is known color: Orchid. HEX triplet: D8, 73 and BB. RGB value is (216,115,187). Sum of RGB (Red+Green+Blue) = 216+115+187=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D873BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873BB is #278C44. Grayscale: #999999. Windows color (decimal): -2591813 or 12284888. OLE color: 12284888.

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

Color convert

RGB 216 115 187 -
CMYK 0 0.47 0.13 0.15
HSL 317.23º 0.56% 0.65% -
HSV(B) 317.23º 0.47% 0.85% -
XYZ 43.42 30.45 50.6 -
YUV 153.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 216 115 187 0 0.47 0.13 0.15 317.23 0.56 0.65
Hex D8 73 BB 0 2F D F 13D 38 41
Octal 330 163 273 0 57 15 17 475 70 101
Binary 11011000 1110011 10111011 0 101111 1101 1111 100111101 111000 1000001

Color Harmonies of #D873BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873BB

Black with #D873BB

Text Example


Text Example

White with #D873BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873BB; }

 p { color: rgb(216,115,187); }

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

background-color css

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

 a { background-color: rgb(216,115,187); }

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

border-color css

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

 span { border-color: rgb(216,115,187); }

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