Html Css Color HEX #D170B6 Orchid

📋 copy color: '#D170B6'

red 209 ◦ green 112 ◦ blue 182

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

Shades of Orchid #D170B6

Tints of Orchid #D170B6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.27%

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 41.55%
G = 22.27%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D170B6 (or 0xD170B6) is known color: Orchid. HEX triplet: D1, 70 and B6. RGB value is (209,112,182). Sum of RGB (Red+Green+Blue) = 209+112+182=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D170B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170B6 is #2E8F49. Grayscale: #949494. Windows color (decimal): -3051338 or 11956433. OLE color: 11956433.

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

Color convert

RGB 209 112 182 -
CMYK 0 0.46 0.13 0.18
HSL 316.7º 0.51% 0.63% -
HSV(B) 316.7º 0.46% 0.82% -
XYZ 40.53 28.52 47.62 -
YUV 148.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 209 112 182 0 0.46 0.13 0.18 316.7 0.51 0.63
Hex D1 70 B6 0 2E D 12 13D 33 3F
Octal 321 160 266 0 56 15 22 475 63 77
Binary 11010001 1110000 10110110 0 101110 1101 10010 100111101 110011 111111

Color Harmonies of #D170B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170B6

Black with #D170B6

Text Example


Text Example

White with #D170B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170B6; }

 p { color: rgb(209,112,182); }

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

background-color css

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

 a { background-color: rgb(209,112,182); }

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

border-color css

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

 span { border-color: rgb(209,112,182); }

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