Html Css Color HEX #D172B5 Orchid

📋 copy color: '#D172B5'

red 209 ◦ green 114 ◦ blue 181

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

Shades of Orchid #D172B5

Tints of Orchid #D172B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 41.47%
G = 22.62%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D172B5 (or 0xD172B5) is known color: Orchid. HEX triplet: D1, 72 and B5. RGB value is (209,114,181). Sum of RGB (Red+Green+Blue) = 209+114+181=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B5 is #2E8D4A. Grayscale: #959595. Windows color (decimal): -3050827 or 11891409. OLE color: 11891409.

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

Color convert

RGB 209 114 181 -
CMYK 0 0.45 0.13 0.18
HSL 317.68º 0.51% 0.63% -
HSV(B) 317.68º 0.45% 0.82% -
XYZ 40.65 28.93 47.16 -
YUV 150.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 209 114 181 0 0.45 0.13 0.18 317.68 0.51 0.63
Hex D1 72 B5 0 2D D 12 13E 33 3F
Octal 321 162 265 0 55 15 22 476 63 77
Binary 11010001 1110010 10110101 0 101101 1101 10010 100111110 110011 111111

Color Harmonies of #D172B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172B5

Black with #D172B5

Text Example


Text Example

White with #D172B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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