#d177dd

Color #D177DD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D177DD

Tints of Orchid #D177DD

Color information

#D177DD (or 0xD177DD) is unknown color: approx Orchid. HEX triplet: D1, 77 and DD. RGB value is (209,119,221). Sum of RGB (Red+Green+Blue) = 209+119+221=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D177DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DD is #2E8822. Grayscale: #9D9D9D. Windows color (decimal): -3049507 or 14514129. OLE color: 14514129.

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

Color convert

RGB209119221-
CMYK0.050.4600.13
HSL292.94º60%66.67%-
HSV(B)292.94º46.15%86.67%-
XYZ45.9431.9772.16-
YUV157.54163.82164.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 119 (46.88% from 255) = 21.68%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=38.07%
G=21.68%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091192210.050.4600.13292.946066.67
HexD177DD52E0D1253c43
Octal32116733555601544574103
Binary11010001111011111011101101101110011011001001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d177dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d177dd; }

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

 H1.HeaderClassName
 {
   color: #d177dd;
 }
 .AnyTagClassName
 {
   color: #d177dd;
 }
</style>
background-color css

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

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

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

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

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

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