Html Css Color HEX #D179DD Orchid

📋 copy color: '#D179DD'

red 209 ◦ green 121 ◦ blue 221

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

Shades of Orchid #D179DD

Tints of Orchid #D179DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.96%

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

R = 37.93%
G = 21.96%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D179DD (or 0xD179DD) is known color: Orchid. HEX triplet: D1, 79 and DD. RGB value is (209,121,221). Sum of RGB (Red+Green+Blue) = 209+121+221=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D179DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179DD is #2E8622. Grayscale: #9E9E9E. Windows color (decimal): -3048995 or 14514641. OLE color: 14514641.

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

Color convert

RGB 209 121 221 -
CMYK 0.05 0.45 0 0.13
HSL 292.8º 0.6% 0.67% -
HSV(B) 292.8º 0.45% 0.87% -
XYZ 46.18 32.45 72.24 -
YUV 158.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 209 121 221 0.05 0.45 0 0.13 292.8 0.6 0.67
Hex D1 79 DD 5 2D 0 D 125 3C 43
Octal 321 171 335 5 55 0 15 445 74 103
Binary 11010001 1111001 11011101 101 101101 0 1101 100100101 111100 1000011

Color Harmonies of #D179DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179DD

Black with #D179DD

Text Example


Text Example

White with #D179DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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