Html Css Color HEX #D173DF Orchid

📋 copy color: '#D173DF'

red 209 ◦ green 115 ◦ blue 223

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

Shades of Orchid #D173DF

Tints of Orchid #D173DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 38.21%
G = 21.02%
B = 40.77%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D173DF (or 0xD173DF) is known color: Orchid. HEX triplet: D1, 73 and DF. RGB value is (209,115,223). Sum of RGB (Red+Green+Blue) = 209+115+223=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D173DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173DF is #2E8C20. Grayscale: #9B9B9B. Windows color (decimal): -3050529 or 14644177. OLE color: 14644177.

HSL color Cylindrical-coordinate representation of color #D173DF: hue angle of 292.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D173DF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 115 223 -
CMYK 0.06 0.48 0 0.13
HSL 292.22º 0.63% 0.66% -
HSV(B) 292.22º 0.48% 0.87% -
XYZ 45.74 31.14 73.41 -
YUV 155.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 209 115 223 0.06 0.48 0 0.13 292.22 0.63 0.66
Hex D1 73 DF 6 30 0 D 124 3F 42
Octal 321 163 337 6 60 0 15 444 77 102
Binary 11010001 1110011 11011111 110 110000 0 1101 100100100 111111 1000010

Color Harmonies of #D173DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173DF

Black with #D173DF

Text Example


Text Example

White with #D173DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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