Html Css Color HEX #D172DD Orchid

📋 copy color: '#D172DD'

red 209 ◦ green 114 ◦ blue 221

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

Shades of Orchid #D172DD

Tints of Orchid #D172DD

RGB

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

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

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

R = 38.42%
G = 20.96%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D172DD (or 0xD172DD) is known color: Orchid. HEX triplet: D1, 72 and DD. RGB value is (209,114,221). Sum of RGB (Red+Green+Blue) = 209+114+221=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DD is #2E8D22. Grayscale: #9A9A9A. Windows color (decimal): -3050787 or 14512849. OLE color: 14512849.

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

Color convert

RGB 209 114 221 -
CMYK 0.05 0.48 0 0.13
HSL 293.27º 0.61% 0.66% -
HSV(B) 293.27º 0.48% 0.87% -
XYZ 45.36 30.81 71.96 -
YUV 154.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 209 114 221 0.05 0.48 0 0.13 293.27 0.61 0.66
Hex D1 72 DD 5 30 0 D 125 3D 42
Octal 321 162 335 5 60 0 15 445 75 102
Binary 11010001 1110010 11011101 101 110000 0 1101 100100101 111101 1000010

Color Harmonies of #D172DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172DD

Black with #D172DD

Text Example


Text Example

White with #D172DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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