Html Css Color HEX #D173DC Orchid

📋 copy color: '#D173DC'

red 209 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D173DC

Tints of Orchid #D173DC

RGB

 RED value IS 209 (82.03% from 255) = 38.42%

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

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

R = 38.42%
G = 21.14%
B = 40.44%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D173DC (or 0xD173DC) is known color: Orchid. HEX triplet: D1, 73 and DC. RGB value is (209,115,220). Sum of RGB (Red+Green+Blue) = 209+115+220=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D173DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173DC is #2E8C23. Grayscale: #9A9A9A. Windows color (decimal): -3050532 or 14447569. OLE color: 14447569.

HSL color Cylindrical-coordinate representation of color #D173DC: hue angle of 293.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 #D173DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 115 220 -
CMYK 0.05 0.48 0 0.14
HSL 293.71º 0.6% 0.66% -
HSV(B) 293.71º 0.48% 0.86% -
XYZ 45.34 30.98 71.3 -
YUV 155.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 209 115 220 0.05 0.48 0 0.14 293.71 0.6 0.66
Hex D1 73 DC 5 30 0 E 126 3C 42
Octal 321 163 334 5 60 0 16 446 74 102
Binary 11010001 1110011 11011100 101 110000 0 1110 100100110 111100 1000010

Color Harmonies of #D173DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173DC

Black with #D173DC

Text Example


Text Example

White with #D173DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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