#D177CD

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

Shades of Orchid #D177CD

Tints of Orchid #D177CD

Color information

#D177CD (or 0xD177CD) is unknown color: approx Orchid. HEX triplet: D1, 77 and CD. RGB value is (209,119,205). Sum of RGB (Red+Green+Blue) = 209+119+205=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CD is #2E8832. Grayscale: #9B9B9B. Windows color (decimal): -3049523 or 13465553. OLE color: 13465553.

HSL color Cylindrical-coordinate representation of color #D177CD: hue angle of 302.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177CD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209119205-
CMYK00.430.020.18
HSL302.67º49.45%64.31%-
HSV(B)302.67º43.06%81.96%-
XYZ43.9131.1661.46-
YUV155.71155.82166.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=39.21%
G=22.33%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911920500.430.020.18302.6749.4564.31
HexD177CD02B21212f3140
Octal32116731505322245761100
Binary11010001111011111001101010101110100101001011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177CD; }

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

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

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

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

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

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

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

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