Html Css Color HEX #D873C7 Orchid

📋 copy color: '#D873C7'

red 216 ◦ green 115 ◦ blue 199

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

Shades of Orchid #D873C7

Tints of Orchid #D873C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 40.75%
G = 21.7%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D873C7 (or 0xD873C7) is known color: Orchid. HEX triplet: D8, 73 and C7. RGB value is (216,115,199). Sum of RGB (Red+Green+Blue) = 216+115+199=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D873C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873C7 is #278C38. Grayscale: #9A9A9A. Windows color (decimal): -2591801 or 13071320. OLE color: 13071320.

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

Color convert

RGB 216 115 199 -
CMYK 0 0.47 0.08 0.15
HSL 310.1º 0.56% 0.65% -
HSV(B) 310.1º 0.47% 0.85% -
XYZ 44.76 30.98 57.65 -
YUV 154.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 216 115 199 0 0.47 0.08 0.15 310.1 0.56 0.65
Hex D8 73 C7 0 2F 8 F 136 38 41
Octal 330 163 307 0 57 10 17 466 70 101
Binary 11011000 1110011 11000111 0 101111 1000 1111 100110110 111000 1000001

Color Harmonies of #D873C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873C7

Black with #D873C7

Text Example


Text Example

White with #D873C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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