Html Css Color HEX #D873DC Orchid

📋 copy color: '#D873DC'

red 216 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D873DC

Tints of Orchid #D873DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 39.2%
G = 20.87%
B = 39.93%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D873DC (or 0xD873DC) is known color: Orchid. HEX triplet: D8, 73 and DC. RGB value is (216,115,220). Sum of RGB (Red+Green+Blue) = 216+115+220=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D873DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873DC is #278C23. Grayscale: #9C9C9C. Windows color (decimal): -2591780 or 14447576. OLE color: 14447576.

HSL color Cylindrical-coordinate representation of color #D873DC: hue angle of 297.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D873DC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 115 220 -
CMYK 0.02 0.48 0 0.14
HSL 297.71º 0.6% 0.66% -
HSV(B) 297.71º 0.48% 0.86% -
XYZ 47.37 32.03 71.4 -
YUV 157.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 216 115 220 0.02 0.48 0 0.14 297.71 0.6 0.66
Hex D8 73 DC 2 30 0 E 12A 3C 42
Octal 330 163 334 2 60 0 16 452 74 102
Binary 11011000 1110011 11011100 10 110000 0 1110 100101010 111100 1000010

Color Harmonies of #D873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873DC

Black with #D873DC

Text Example


Text Example

White with #D873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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