Html Css Color HEX #D173DB Orchid

📋 copy color: '#D173DB'

red 209 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D173DB

Tints of Orchid #D173DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 38.49%
G = 21.18%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D173DB (or 0xD173DB) is known color: Orchid. HEX triplet: D1, 73 and DB. RGB value is (209,115,219). Sum of RGB (Red+Green+Blue) = 209+115+219=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D173DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173DB is #2E8C24. Grayscale: #9A9A9A. Windows color (decimal): -3050533 or 14382033. OLE color: 14382033.

HSL color Cylindrical-coordinate representation of color #D173DB: hue angle of 294.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D173DB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 115 219 -
CMYK 0.05 0.47 0 0.14
HSL 294.23º 0.59% 0.65% -
HSV(B) 294.23º 0.47% 0.86% -
XYZ 45.21 30.93 70.61 -
YUV 154.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 209 115 219 0.05 0.47 0 0.14 294.23 0.59 0.65
Hex D1 73 DB 5 2F 0 E 126 3B 41
Octal 321 163 333 5 57 0 16 446 73 101
Binary 11010001 1110011 11011011 101 101111 0 1110 100100110 111011 1000001

Color Harmonies of #D173DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173DB

Black with #D173DB

Text Example


Text Example

White with #D173DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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