Html Css Color HEX #D173CB Orchid

📋 copy color: '#D173CB'

red 209 ◦ green 115 ◦ blue 203

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

Shades of Orchid #D173CB

Tints of Orchid #D173CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 39.66%
G = 21.82%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D173CB (or 0xD173CB) is known color: Orchid. HEX triplet: D1, 73 and CB. RGB value is (209,115,203). Sum of RGB (Red+Green+Blue) = 209+115+203=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D173CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173CB is #2E8C34. Grayscale: #989898. Windows color (decimal): -3050549 or 13333457. OLE color: 13333457.

HSL color Cylindrical-coordinate representation of color #D173CB: hue angle of 303.83º 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 #D173CB is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 115 203 -
CMYK 0 0.45 0.03 0.18
HSL 303.83º 0.51% 0.64% -
HSV(B) 303.83º 0.45% 0.82% -
XYZ 43.2 30.13 60.04 -
YUV 153.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 209 115 203 0 0.45 0.03 0.18 303.83 0.51 0.64
Hex D1 73 CB 0 2D 3 12 130 33 40
Octal 321 163 313 0 55 3 22 460 63 100
Binary 11010001 1110011 11001011 0 101101 11 10010 100110000 110011 1000000

Color Harmonies of #D173CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173CB

Black with #D173CB

Text Example


Text Example

White with #D173CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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