#D172C0

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

Shades of Orchid #D172C0

Tints of Orchid #D172C0

Color information

#D172C0 (or 0xD172C0) is unknown color: approx Orchid. HEX triplet: D1, 72 and C0. RGB value is (209,114,192). Sum of RGB (Red+Green+Blue) = 209+114+192=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D172C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172C0 is #2E8D3F. Grayscale: #979797. Windows color (decimal): -3050816 or 12612305. OLE color: 12612305.

HSL color Cylindrical-coordinate representation of color #D172C0: hue angle of 310.74º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172C0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209114192-
CMYK00.450.080.18
HSL310.74º50.8%63.33%-
HSV(B)310.74º45.45%81.96%-
XYZ41.8329.453.34-
YUV151.3150.97169.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=40.58%
G=22.14%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911419200.450.080.18310.7450.863.33
HexD172C002D812137333f
Octal32116230005510224676377
Binary110100011110010110000000101101100010010100110111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172C0; }

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

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

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

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

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

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

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

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