Html Css Color HEX #D172B8 Orchid

📋 copy color: '#D172B8'

red 209 ◦ green 114 ◦ blue 184

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

Shades of Orchid #D172B8

Tints of Orchid #D172B8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 41.22%
G = 22.49%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D172B8 (or 0xD172B8) is known color: Orchid. HEX triplet: D1, 72 and B8. RGB value is (209,114,184). Sum of RGB (Red+Green+Blue) = 209+114+184=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B8 is #2E8D47. Grayscale: #969696. Windows color (decimal): -3050824 or 12088017. OLE color: 12088017.

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

Color convert

RGB 209 114 184 -
CMYK 0 0.45 0.12 0.18
HSL 315.79º 0.51% 0.63% -
HSV(B) 315.79º 0.45% 0.82% -
XYZ 40.96 29.05 48.8 -
YUV 150.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 209 114 184 0 0.45 0.12 0.18 315.79 0.51 0.63
Hex D1 72 B8 0 2D C 12 13C 33 3F
Octal 321 162 270 0 55 14 22 474 63 77
Binary 11010001 1110010 10111000 0 101101 1100 10010 100111100 110011 111111

Color Harmonies of #D172B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172B8

Black with #D172B8

Text Example


Text Example

White with #D172B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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