Html Css Color HEX #D173CD Orchid

📋 copy color: '#D173CD'

red 209 ◦ green 115 ◦ blue 205

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

Shades of Orchid #D173CD

Tints of Orchid #D173CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 39.51%
G = 21.74%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D173CD (or 0xD173CD) is known color: Orchid. HEX triplet: D1, 73 and CD. RGB value is (209,115,205). Sum of RGB (Red+Green+Blue) = 209+115+205=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D173CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173CD is #2E8C32. Grayscale: #999999. Windows color (decimal): -3050547 or 13464529. OLE color: 13464529.

HSL color Cylindrical-coordinate representation of color #D173CD: hue angle of 302.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D173CD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 115 205 -
CMYK 0 0.45 0.02 0.18
HSL 302.55º 0.51% 0.64% -
HSV(B) 302.55º 0.45% 0.82% -
XYZ 43.44 30.22 61.3 -
YUV 153.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 209 115 205 0 0.45 0.02 0.18 302.55 0.51 0.64
Hex D1 73 CD 0 2D 2 12 12F 33 40
Octal 321 163 315 0 55 2 22 457 63 100
Binary 11010001 1110011 11001101 0 101101 10 10010 100101111 110011 1000000

Color Harmonies of #D173CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173CD

Black with #D173CD

Text Example


Text Example

White with #D173CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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