Html Css Color HEX #D171C7 Orchid

📋 copy color: '#D171C7'

red 209 ◦ green 113 ◦ blue 199

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

Shades of Orchid #D171C7

Tints of Orchid #D171C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.2%

R = 40.12%
G = 21.69%
B = 38.2%

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

#D171C7 (or 0xD171C7) is known color: Orchid. HEX triplet: D1, 71 and C7. RGB value is (209,113,199). Sum of RGB (Red+Green+Blue) = 209+113+199=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D171C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171C7 is #2E8E38. Grayscale: #979797. Windows color (decimal): -3051065 or 13070801. OLE color: 13070801.

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

Color convert

RGB 209 113 199 -
CMYK 0 0.46 0.05 0.18
HSL 306.25º 0.51% 0.63% -
HSV(B) 306.25º 0.46% 0.82% -
XYZ 42.51 29.49 57.48 -
YUV 151.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 209 113 199 0 0.46 0.05 0.18 306.25 0.51 0.63
Hex D1 71 C7 0 2E 5 12 132 33 3F
Octal 321 161 307 0 56 5 22 462 63 77
Binary 11010001 1110001 11000111 0 101110 101 10010 100110010 110011 111111

Color Harmonies of #D171C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171C7

Black with #D171C7

Text Example


Text Example

White with #D171C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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