Html Css Color HEX #D170B8 Orchid

📋 copy color: '#D170B8'

red 209 ◦ green 112 ◦ blue 184

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

Shades of Orchid #D170B8

Tints of Orchid #D170B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.44%

R = 41.39%
G = 22.18%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D170B8 (or 0xD170B8) is known color: Orchid. HEX triplet: D1, 70 and B8. RGB value is (209,112,184). Sum of RGB (Red+Green+Blue) = 209+112+184=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D170B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170B8 is #2E8F47. Grayscale: #959595. Windows color (decimal): -3051336 or 12087505. OLE color: 12087505.

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

Color convert

RGB 209 112 184 -
CMYK 0 0.46 0.12 0.18
HSL 315.46º 0.51% 0.63% -
HSV(B) 315.46º 0.46% 0.82% -
XYZ 40.74 28.6 48.72 -
YUV 149.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 209 112 184 0 0.46 0.12 0.18 315.46 0.51 0.63
Hex D1 70 B8 0 2E C 12 13B 33 3F
Octal 321 160 270 0 56 14 22 473 63 77
Binary 11010001 1110000 10111000 0 101110 1100 10010 100111011 110011 111111

Color Harmonies of #D170B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170B8

Black with #D170B8

Text Example


Text Example

White with #D170B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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