Html Css Color HEX #D873D0 Orchid

📋 copy color: '#D873D0'

red 216 ◦ green 115 ◦ blue 208

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

Shades of Orchid #D873D0

Tints of Orchid #D873D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 40.07%
G = 21.34%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D873D0 (or 0xD873D0) is known color: Orchid. HEX triplet: D8, 73 and D0. RGB value is (216,115,208). Sum of RGB (Red+Green+Blue) = 216+115+208=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D873D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873D0 is #278C2F. Grayscale: #9B9B9B. Windows color (decimal): -2591792 or 13661144. OLE color: 13661144.

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

Color convert

RGB 216 115 208 -
CMYK 0 0.47 0.04 0.15
HSL 304.75º 0.56% 0.65% -
HSV(B) 304.75º 0.47% 0.85% -
XYZ 45.83 31.41 63.32 -
YUV 155.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 216 115 208 0 0.47 0.04 0.15 304.75 0.56 0.65
Hex D8 73 D0 0 2F 4 F 131 38 41
Octal 330 163 320 0 57 4 17 461 70 101
Binary 11011000 1110011 11010000 0 101111 100 1111 100110001 111000 1000001

Color Harmonies of #D873D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873D0

Black with #D873D0

Text Example


Text Example

White with #D873D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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