Html Css Color HEX #D873C9 Orchid

📋 copy color: '#D873C9'

red 216 ◦ green 115 ◦ blue 201

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

Shades of Orchid #D873C9

Tints of Orchid #D873C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 40.6%
G = 21.62%
B = 37.78%

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

#D873C9 (or 0xD873C9) is known color: Orchid. HEX triplet: D8, 73 and C9. RGB value is (216,115,201). Sum of RGB (Red+Green+Blue) = 216+115+201=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D873C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873C9 is #278C36. Grayscale: #9A9A9A. Windows color (decimal): -2591799 or 13202392. OLE color: 13202392.

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

Color convert

RGB 216 115 201 -
CMYK 0 0.47 0.07 0.15
HSL 308.91º 0.56% 0.65% -
HSV(B) 308.91º 0.47% 0.85% -
XYZ 44.99 31.08 58.89 -
YUV 155 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 216 115 201 0 0.47 0.07 0.15 308.91 0.56 0.65
Hex D8 73 C9 0 2F 7 F 135 38 41
Octal 330 163 311 0 57 7 17 465 70 101
Binary 11011000 1110011 11001001 0 101111 111 1111 100110101 111000 1000001

Color Harmonies of #D873C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873C9

Black with #D873C9

Text Example


Text Example

White with #D873C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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