Html Css Color HEX #D873D1 Orchid

📋 copy color: '#D873D1'

red 216 ◦ green 115 ◦ blue 209

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

Shades of Orchid #D873D1

Tints of Orchid #D873D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 40%
G = 21.3%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D873D1 (or 0xD873D1) is known color: Orchid. HEX triplet: D8, 73 and D1. RGB value is (216,115,209). Sum of RGB (Red+Green+Blue) = 216+115+209=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D873D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873D1 is #278C2E. Grayscale: #9B9B9B. Windows color (decimal): -2591791 or 13726680. OLE color: 13726680.

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

Color convert

RGB 216 115 209 -
CMYK 0 0.47 0.03 0.15
HSL 304.16º 0.56% 0.65% -
HSV(B) 304.16º 0.47% 0.85% -
XYZ 45.96 31.46 63.97 -
YUV 155.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 216 115 209 0 0.47 0.03 0.15 304.16 0.56 0.65
Hex D8 73 D1 0 2F 3 F 130 38 41
Octal 330 163 321 0 57 3 17 460 70 101
Binary 11011000 1110011 11010001 0 101111 11 1111 100110000 111000 1000001

Color Harmonies of #D873D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873D1

Black with #D873D1

Text Example


Text Example

White with #D873D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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