Html Css Color HEX #D873D3 Orchid

📋 copy color: '#D873D3'

red 216 ◦ green 115 ◦ blue 211

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

Shades of Orchid #D873D3

Tints of Orchid #D873D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 39.85%
G = 21.22%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D873D3 (or 0xD873D3) is known color: Orchid. HEX triplet: D8, 73 and D3. RGB value is (216,115,211). Sum of RGB (Red+Green+Blue) = 216+115+211=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D873D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873D3 is #278C2C. Grayscale: #9B9B9B. Windows color (decimal): -2591789 or 13857752. OLE color: 13857752.

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

Color convert

RGB 216 115 211 -
CMYK 0 0.47 0.02 0.15
HSL 302.97º 0.56% 0.65% -
HSV(B) 302.97º 0.47% 0.85% -
XYZ 46.21 31.56 65.28 -
YUV 156.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 216 115 211 0 0.47 0.02 0.15 302.97 0.56 0.65
Hex D8 73 D3 0 2F 2 F 12F 38 41
Octal 330 163 323 0 57 2 17 457 70 101
Binary 11011000 1110011 11010011 0 101111 10 1111 100101111 111000 1000001

Color Harmonies of #D873D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873D3

Black with #D873D3

Text Example


Text Example

White with #D873D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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