Html Css Color HEX #D873C8 Orchid

📋 copy color: '#D873C8'

red 216 ◦ green 115 ◦ blue 200

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

Shades of Orchid #D873C8

Tints of Orchid #D873C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 40.68%
G = 21.66%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D873C8 (or 0xD873C8) is known color: Orchid. HEX triplet: D8, 73 and C8. RGB value is (216,115,200). Sum of RGB (Red+Green+Blue) = 216+115+200=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D873C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873C8 is #278C37. Grayscale: #9A9A9A. Windows color (decimal): -2591800 or 13136856. OLE color: 13136856.

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

Color convert

RGB 216 115 200 -
CMYK 0 0.47 0.07 0.15
HSL 309.5º 0.56% 0.65% -
HSV(B) 309.5º 0.47% 0.85% -
XYZ 44.87 31.03 58.27 -
YUV 154.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 216 115 200 0 0.47 0.07 0.15 309.5 0.56 0.65
Hex D8 73 C8 0 2F 7 F 136 38 41
Octal 330 163 310 0 57 7 17 466 70 101
Binary 11011000 1110011 11001000 0 101111 111 1111 100110110 111000 1000001

Color Harmonies of #D873C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873C8

Black with #D873C8

Text Example


Text Example

White with #D873C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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