Html Css Color HEX #D171DF Orchid

📋 copy color: '#D171DF'

red 209 ◦ green 113 ◦ blue 223

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

Shades of Orchid #D171DF

Tints of Orchid #D171DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 38.35%
G = 20.73%
B = 40.92%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D171DF (or 0xD171DF) is known color: Orchid. HEX triplet: D1, 71 and DF. RGB value is (209,113,223). Sum of RGB (Red+Green+Blue) = 209+113+223=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D171DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171DF is #2E8E20. Grayscale: #999999. Windows color (decimal): -3051041 or 14643665. OLE color: 14643665.

HSL color Cylindrical-coordinate representation of color #D171DF: hue angle of 292.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D171DF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 113 223 -
CMYK 0.06 0.49 0 0.13
HSL 292.36º 0.63% 0.66% -
HSV(B) 292.36º 0.49% 0.87% -
XYZ 45.52 30.69 73.34 -
YUV 154.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 209 113 223 0.06 0.49 0 0.13 292.36 0.63 0.66
Hex D1 71 DF 6 31 0 D 124 3F 42
Octal 321 161 337 6 61 0 15 444 77 102
Binary 11010001 1110001 11011111 110 110001 0 1101 100100100 111111 1000010

Color Harmonies of #D171DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171DF

Black with #D171DF

Text Example


Text Example

White with #D171DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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