Html Css Color HEX #D173DA Orchid

📋 copy color: '#D173DA'

red 209 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D173DA

Tints of Orchid #D173DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 38.56%
G = 21.22%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D173DA (or 0xD173DA) is known color: Orchid. HEX triplet: D1, 73 and DA. RGB value is (209,115,218). Sum of RGB (Red+Green+Blue) = 209+115+218=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D173DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173DA is #2E8C25. Grayscale: #9A9A9A. Windows color (decimal): -3050534 or 14316497. OLE color: 14316497.

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

Color convert

RGB 209 115 218 -
CMYK 0.04 0.47 0 0.15
HSL 294.76º 0.58% 0.65% -
HSV(B) 294.76º 0.47% 0.85% -
XYZ 45.08 30.88 69.91 -
YUV 154.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 209 115 218 0.04 0.47 0 0.15 294.76 0.58 0.65
Hex D1 73 DA 4 2F 0 F 127 3A 41
Octal 321 163 332 4 57 0 17 447 72 101
Binary 11010001 1110011 11011010 100 101111 0 1111 100100111 111010 1000001

Color Harmonies of #D173DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173DA

Black with #D173DA

Text Example


Text Example

White with #D173DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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