Html Css Color HEX #D873BC Orchid

📋 copy color: '#D873BC'

red 216 ◦ green 115 ◦ blue 188

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

Shades of Orchid #D873BC

Tints of Orchid #D873BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 41.62%
G = 22.16%
B = 36.22%

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

#D873BC (or 0xD873BC) is known color: Orchid. HEX triplet: D8, 73 and BC. RGB value is (216,115,188). Sum of RGB (Red+Green+Blue) = 216+115+188=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D873BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873BC is #278C43. Grayscale: #999999. Windows color (decimal): -2591812 or 12350424. OLE color: 12350424.

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

Color convert

RGB 216 115 188 -
CMYK 0 0.47 0.13 0.15
HSL 316.63º 0.56% 0.65% -
HSV(B) 316.63º 0.47% 0.85% -
XYZ 43.53 30.49 51.17 -
YUV 153.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 216 115 188 0 0.47 0.13 0.15 316.63 0.56 0.65
Hex D8 73 BC 0 2F D F 13D 38 41
Octal 330 163 274 0 57 15 17 475 70 101
Binary 11011000 1110011 10111100 0 101111 1101 1111 100111101 111000 1000001

Color Harmonies of #D873BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873BC

Black with #D873BC

Text Example


Text Example

White with #D873BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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