#D172CF

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

Shades of Orchid #D172CF

Tints of Orchid #D172CF

Color information

#D172CF (or 0xD172CF) is unknown color: approx Orchid. HEX triplet: D1, 72 and CF. RGB value is (209,114,207). Sum of RGB (Red+Green+Blue) = 209+114+207=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CF is #2E8D30. Grayscale: #989898. Windows color (decimal): -3050801 or 13595345. OLE color: 13595345.

HSL color Cylindrical-coordinate representation of color #D172CF: hue angle of 301.26º 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 #D172CF is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209114207-
CMYK00.450.010.18
HSL301.26º50.8%63.33%-
HSV(B)301.26º45.45%81.96%-
XYZ43.5730.0962.54-
YUV153.01158.47167.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 114 (44.92% from 255) = 21.51%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=39.43%
G=21.51%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911420700.450.010.18301.2650.863.33
HexD172CF02D11212d333f
Octal3211623170551224556377
Binary110100011110010110011110101101110010100101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172CF; }

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

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

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

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

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

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

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

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