Html Css Color HEX #D171C6 Orchid

📋 copy color: '#D171C6'

red 209 ◦ green 113 ◦ blue 198

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

Shades of Orchid #D171C6

Tints of Orchid #D171C6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 40.19%
G = 21.73%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D171C6 (or 0xD171C6) is known color: Orchid. HEX triplet: D1, 71 and C6. RGB value is (209,113,198). Sum of RGB (Red+Green+Blue) = 209+113+198=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D171C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171C6 is #2E8E39. Grayscale: #979797. Windows color (decimal): -3051066 or 13005265. OLE color: 13005265.

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

Color convert

RGB 209 113 198 -
CMYK 0 0.46 0.05 0.18
HSL 306.88º 0.51% 0.63% -
HSV(B) 306.88º 0.46% 0.82% -
XYZ 42.39 29.44 56.87 -
YUV 151.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 209 113 198 0 0.46 0.05 0.18 306.88 0.51 0.63
Hex D1 71 C6 0 2E 5 12 133 33 3F
Octal 321 161 306 0 56 5 22 463 63 77
Binary 11010001 1110001 11000110 0 101110 101 10010 100110011 110011 111111

Color Harmonies of #D171C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171C6

Black with #D171C6

Text Example


Text Example

White with #D171C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171C6; }

 p { color: rgb(209,113,198); }

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

background-color css

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

 a { background-color: rgb(209,113,198); }

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

border-color css

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

 span { border-color: rgb(209,113,198); }

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