Html Css Color HEX #D171DD Orchid

📋 copy color: '#D171DD'

red 209 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D171DD

Tints of Orchid #D171DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 38.49%
G = 20.81%
B = 40.7%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D171DD (or 0xD171DD) is known color: Orchid. HEX triplet: D1, 71 and DD. RGB value is (209,113,221). Sum of RGB (Red+Green+Blue) = 209+113+221=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D171DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171DD is #2E8E22. Grayscale: #999999. Windows color (decimal): -3051043 or 14512593. OLE color: 14512593.

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

Color convert

RGB 209 113 221 -
CMYK 0.05 0.49 0 0.13
HSL 293.33º 0.61% 0.65% -
HSV(B) 293.33º 0.49% 0.87% -
XYZ 45.25 30.59 71.93 -
YUV 154.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 209 113 221 0.05 0.49 0 0.13 293.33 0.61 0.65
Hex D1 71 DD 5 31 0 D 125 3D 41
Octal 321 161 335 5 61 0 15 445 75 101
Binary 11010001 1110001 11011101 101 110001 0 1101 100100101 111101 1000001

Color Harmonies of #D171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171DD

Black with #D171DD

Text Example


Text Example

White with #D171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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